How can I make VBulletin the landing page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elindo
    Member
    • Sep 2016
    • 76
    • 1.1.x

    How can I make VBulletin the landing page?

    How can I make VBulletin the landing page for my website?

    Can somebody tell me? The code???


    The folder in which I have VBulletin is called "/home" then the actual first page information in the website is "/home/welcome"


    So, how can I make /home/welcome the landing page for www.mywebsite.com and mywebsite.com ???




  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74170

    #2
    Put this inside a .htacces file within the root (usually public_html) directory of your site:

    Code:
    RewriteEngine On
    RewriteRule ^$ /home [L]
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • elindo
      Member
      • Sep 2016
      • 76
      • 1.1.x

      #3
      Thanks... that worked.

      Comment

      Related Topics

      Collapse

      Working...