/ Published in: Apache
Redirecciona una petición HTTP de Apache a una URL, salvo los que tenga una IP determinada.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Options +FollowSymlinks RewriteEngine on RewriteCond %{REMOTE_HOST} !^80\.38\.0\.115 RewriteRule (.*) http://www.territoriocreativo.es/$1 [R=301,L] BEGIN WordPress