/ Published in: Apache
Rediccionamiento Apache desde una IP determinada y pidiendo una página concreta
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Options +FollowSymlinks RewriteEngine on RewriteCond %{REMOTE_HOST} !^123\.45\.67\.89 RewriteCond %{REQUEST_URI} !/alternate_page\.html$ RewriteRule (.*) http://www.territoriocreativo.es/$1 [R=301,L]