/ Published in: Apache
![](/img/icon_sav.png?v3)
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]
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)