The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Needing to update .htaccess file
I am wanting to update my .htaccess file to go to the "Home" instead of the "Forums" when the initial web page is loaded. IE - what the vbulletin site does.
Example: If I go to the vbulletin forum page, there is a HOME there, I click on that HOME and I go to the main https://www.vbulletin.com/ This I want my site to work as well. Right now, www.mysite.com goes to the "Forum" https://www.mysite.com/forums I want it to go to https://www.mysite.org/home Here is the link to the vbulletin article: https://www.vbulletin.com/forum/arti...stom-home-page Wondering how I can change my .htaccess file to point to the "Home" page. Currently the .htaccess file is set to: RewriteCond %{HTTP_HOST} ^mywebsite.org [NC] RewriteRule ^(.*)$ http://www.mywebsite.org/$1 [L,R=301,NC] My forum is on the root directory, NOT in the /forums directory. So I should just have to add: RewriteRule ^$ /home [L] Correct? Just making sure, don't want to break the site. Thank you in advance. --------------- Added [DATE]1494909853[/DATE] at [TIME]1494909853[/TIME] --------------- Nevermind, just had to update the page information in the site editor and navigation bar. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|