URL rewire for directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SSSlippy
    Senior Member
    • Jan 2006
    • 551

    [Forum] URL rewire for directory

    ok is it possible to make the CMS at domain.com while the forum at domain.com/forum/
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24326
    • 5.7.X

    #2
    Move the index.php file into your root directory and edit the following section in it:

    Code:
    /**
     * 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, 'forum');
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • SSSlippy
      Senior Member
      • Jan 2006
      • 551

      #3
      I have done this but now the home page button does not go to the proper url it still uses /forum/content.php

      Comment

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