Results 1 to 4 of 4

How i Can make forum to open by default.

This is a discussion on How i Can make forum to open by default. within the General Discussion forums, part of the vBSEO SEO Plugin category; How i Can make forum to open by default. I dont want to open The Front Page....

  1. #1
    Junior Member
    Real Name
    Vinku
    Join Date
    Nov 2011
    Posts
    15
    Liked
    0 times

    How i Can make forum to open by default.

    How i Can make forum to open by default. I dont want to open The Front Page.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You should set index.php script to call forum.php instead of content.php. Edit it in a text editor, it should be pretty clear.

  3. #3
    Junior Member
    Real Name
    Vinku
    Join Date
    Nov 2011
    Posts
    15
    Liked
    0 times
    I did but try to open it :- http://forum.khoobsurati.com

    Plz check file content bellow :-

    ----------------------------------------------------------------------------



    <?php
    /*================================================= =====================*\
    || ################################################## ################## ||
    || # vBulletin 4.1.8 - Licence Number VBS80DF6F4
    || # ---------------------------------------------------------------- # ||
    || # Copyright ©2000-2011 vBulletin Solutions Inc. All Rights Reserved. ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com |http://www.vbulletin.com/license.html # ||
    || ################################################## ################## ||
    \*================================================ ======================*/


    /**
    * If you want to move this file to the root of your website, change this
    * line to your vBulletin directory and uncomment it (delete the //).
    *
    * For example, if vBulletin is installed in '/forum' the line should
    * state:
    *
    * define('VB_RELATIVE_PATH', 'forum');
    *
    * Note: You may need to change the cookie path of your vBulletin
    * installation to enable your users to log in at the root of your website.
    * If you move this file to the root of your website then you should ensure
    * the cookie path is set to '/'.
    *
    * See 'Admin Control Panel
    * ->Cookies and HTTP Header Options
    * ->Path to Save Cookies
    */


    //define('VB_RELATIVE_PATH', 'forums');




    // Do not edit.
    if (defined('VB_RELATIVE_PATH'))
    {
    chdir('./' . VB_RELATIVE_PATH);
    }




    /**
    * You can choose the default script here. Uncomment the appropriate line
    * to set the default script. Note: Only uncomment one of these, you must
    * add // to comment out the script(s) that you DO NOT want to use as your
    * default script.
    *
    * You can choose the default script even if you do not plan to move this
    * file to the root of your website.
    */


    /**
    * Use the CMS as the default script:
    */


    // require('content.php');




    /**
    * Use the forum as the default script:
    */


    require('forum.php');




    /*================================================= =====================*\
    || ################################################## ##################
    || # Downloaded: 11:26, Tue Nov 15th 2011
    || # CVS: $RCSfile$ - $Revision: 31201 $
    || ################################################## ##################
    \*================================================ ======================*/






    ================================================== ========

    Kindly suggest me.

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You have something set wrong.

    forum.khoobsurati.com/index.php should do the same thing as
    forum.khoobsurati.com

    and they both have different errors.

    what is your htaccess content, and do you have an index.html file in your home directory?

    is your vboptions setting for Site Url set correctly as described without trailing slash?

Similar Threads

  1. Can I make the CMS (default) homepage without /content?
    By idealwoman in forum General Discussion
    Replies: 2
    Last Post: 08-04-2010, 10:54 AM
  2. Can I make the forum (default) home?
    By Nicke in forum General Discussion
    Replies: 7
    Last Post: 07-01-2010, 06:36 AM
  3. Forum open for posting
    By Juan Muriente in forum General Discussion
    Replies: 2
    Last Post: 02-03-2010, 04:36 PM
  4. Can't open certain forum
    By Sjakie in forum General Discussion
    Replies: 2
    Last Post: 04-30-2007, 11:31 AM
  5. Can't open forum
    By piepo in forum Bug Reporting
    Replies: 4
    Last Post: 08-15-2005, 07:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •