The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Invalid Redirect URL
Today I have notice that when I try to login in my vBulletin forum through domain.com I am getting this VBulletin message after login:
Invalid Redirect URL (http://domain.com/) When I login through www.domain.com is ok. Is there any way to fix this? Or is better to add a line on .htaccess to redirect non-www to www? Thanks! |
#2
|
|||
|
|||
Check your domain settings in the AdminCP > Settings > Options > "Site Name / URL / Contact Details".
|
#3
|
||||
|
||||
.htaccess would work
|
#4
|
|||
|
|||
Fixed by adding this to .htaccess:
RewriteEngine on RewriteCond %{HTTP_HOST} ^website.com [NC] RewriteRule ^(.*)$ http://www.website.com/$1 [R=301,L] Thank you guys! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|