5wayshost Posted August 5, 2007 Share Posted August 5, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted August 5, 2007 Share Posted August 5, 2007 http://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] 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.