Published in: Apache
Rediccionamiento Apache desde una IP determinada y pidiendo una página concreta
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]
You need to login to post a comment.
