The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redifect forums to main .com
HI all, need some help here, I have already crashed the site once today
My forum is installed at public_html/forums with the URL domain.com/forums/. When I go to www.domain.com, I want to load the forums right away but cant seem to get the htaccess file correct. Any help be great folks, Regards CC |
#2
|
|||
|
|||
Sorted with the below:
RewriteEngine on RewriteCond %{REQUEST_URI} ^/$ RewriteRule (.*) www.domain.com/forums [R=301,L] |
#3
|
|||
|
|||
Still have a problem on this, I am now getting CORS error in my console
XMLHttpRequest cannot load http://www.troutandsalmonfishingforu...i/phrase/fetch. Origin http://troutandsalmonfishingforum.com is not allowed by Access-Control-Allow-Origin. What do I add to the above htaccess file to clean this |
#4
|
||||
|
||||
This will probably work
Code:
RewriteEngine on RewriteRule ^$ /forums/ [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|