/ Published in: Apache
ready for .htaccess, creates 302 temp redirect
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Options +FollowSymlinks RewriteEngine on RewriteCond %{REMOTE_HOST} !^123\.45\.67\.89 RewriteRule \.html$ /alternate_page.html [R=302,L]