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! Link to comment https://forums.phpfreaks.com/topic/230584-ip-address-redirect/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.