Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteMap lc int:tolower
  2.  
  3. RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(DE|FR|IT|)$ [NC]
  4.  
  5. RewriteCond %{HTTP:Accept-Language} ^(de|it|fr).*$ [NC]
  6.  
  7. RewriteRule ^/$ https://${DOMAIN}/${lc:%1}/${lc:%2}/home.html [L,R=302]
Add Comment
Please, Sign In to add comment