/ Published in: Apache
ready for .htaccess, creates 302 temp redirect
Expand |
Embed | Plain Text
Options +FollowSymlinks RewriteEngine on RewriteCond %{REMOTE_HOST} !^123\.45\.67\.89 RewriteRule \.html$ /alternate_page.html [R=302,L]
You need to login to post a comment.
