site url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SeyfiHoca
    Member
    • Jan 2006
    • 41
    • 3.5.x

    [Forum] site url

    Hi;

    I want the visitors to see http://www.dilforum.com/forum/content when they click http://www.dilforum.com in their browers.

    What should I do?
  • borbole
    Senior Member
    • Feb 2010
    • 3074
    • 4.0.0

    #2
    Originally posted by SeyfiHoca
    Hi;

    I want the visitors to see http://www.dilforum.com/forum/content when they click http://www.dilforum.com in their browers.

    What should I do?
    In the index.php file comment the forum.php part and uncomment the content.php part. That should do what you want.

    i.e. it should look like this:

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

    require('content.php');


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

    // require('forum.php'); 
    Last edited by borbole; Wed 23 May '12, 4:31am.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...