Answer the question
In order to leave comments, you need to log in
Providing different pages depending on ip. Who implemented it?
The customer asks to open different language versions of the site depending on the ip from which the visitor comes:
-
Russian
- German
- English
SetEnvIf REMOTE_ADDR 192.168.11.1 REDIR="redir"
RewriteCond %{REDIR} redir
RewriteRule ^/$ /data.html
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question