Jump to content

IP address redirect


themistral

Recommended Posts

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.