View Full Version : HOW TO REDIRECT: http://www.domain.com/foro to http://domain.com/foro
MedellinStyle
02-24-2010, 10:49 PM
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.
The Ottoman
02-25-2010, 02:58 AM
Why don't you just change the dns A record entry for * to point to the same ip as www?
ChopSuey
02-27-2010, 02:56 PM
Here
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.your-domain.com$ [NC]
RewriteRule ^(.*)$ http://your-domain.com/$1 [R=301,L]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.