Return to Snippet

Revision: 19904
at November 3, 2009 11:27 by nate63179


Initial Code
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REMOTE_HOST} !^123\.45\.67\.89
RewriteRule \.html$ /alternate_page.html [R=302,L]

Initial URL


Initial Description
ready for .htaccess, creates 302 temp redirect

Initial Title
Apache: Redirect IP's other than X to [URL]

Initial Tags
apache

Initial Language
Apache