themistral Posted March 14, 2011 Share Posted March 14, 2011 Hi guys, I wanted to check something with you. If I were to add the following code to my website's htaccess file, would it only affect that one website, or would it affect all websites hosted on that IP address? RewriteCond %{HTTP_HOST} ^111\.111\.111\.111 RewriteRule (.*) http://www.domain.com/$1 [R=301,L] I'm fairly sure it would be fine to use, but I need to check as I can't afford for the other websites to get messed up! Thanks! 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.