Jump to content

htaccess


Fab

Recommended Posts

Salve,

vorrei imporre ad alcuni indirizzi IP specifici il redirect ad una pagina esterna al sito web facendo una regola mod_rewrite sul file htaccess.

Perciò ho aggiunto questo:

 

RewriteEngine on
RewriteCond %{REMOTE_ADDR} !^111\.222\.333\.444
RewriteCond %{REMOTE_ADDR} !^111\.222\.333\.444
RewriteCond %{REMOTE_ADDR} !^111\.222\.333\.444
 
RewriteCond %{HTTP_REFERER} !^http://www\.miosito\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://miosito\.com/ [NC]
 
RewriteRule ^.*$ http://www.google.com [R=301,L]

 

Dove c'è la voce "{REMOTE_ADDR} !^111\.222\.333\.444" ho aggiunto gli IP in questione

Il problema è che viene reindirizzato qualsiasi IP visiti il sito.

Come posso impostare la regola nella giusta maniera?

 

grazie

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...