The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How to to redirect http://WWW.mydomain.com/foro
to http://mydomain.com/foro Can anyone help me to do this trought .htaccess ? thank you very much. |
|
#2
|
|||
|
|||
|
Why don't you just change the dns A record entry for * to point to the same ip as www?
|
|
#3
|
|||
|
|||
|
Here
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.your-domain.com$ [NC]
RewriteRule ^(.*)$ http://your-domain.com/$1 [R=301,L]
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|