PDA

View Full Version : www.domain.com > domain.com



5wayshost
08-05-07, 12:35 PM
Could someone tell me what line for .htaccess I need to add for the site to remain http://www.mydomain.com all the time. Thank you.

othellotech
08-05-07, 01:00 PM
www.apache.org ;)

RewriteCond %{HTTP_HOST} ^othelloconnect\.com [OR,NC]
RewriteCond %{HTTP_HOST} ^www\.othelloconnect\.com [NC]
RewriteRule ^(.*)$ http://www.othelloconnect.net/$1 [L,R=301,QSA]