Tuesday, March 27, 2012

Rewrite Rule to redirect the access for a IP to another URL.

 Rewrite Rule to redirect the access for a IP to another URL.

#RewriteEngine on
#RewriteCond %{REMOTE_ADDR} ^172\.16\.107 [OR]
#RewriteCond %{REMOTE_ADDR} 172.16.107.58
#RewriteCond %{REMOTE_ADDR} 172.16.110.35
#RewriteRule /node/64$ https://xxxxxxxxxxxxx.com/node/65 [R=301,L]

No comments:

Post a Comment