Advertisement
swte

Redirect by CF country

Apr 30th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. # redirect to german version
  4. RewriteCond %{HTTP:CF-IPCountry} ^(DE|CH|AT)$
  5. RewriteCond %{REQUEST_URI} !(?:gif|png|jpg|jpeg|css)$ [NC]
  6. RewriteRule !^de/ /de%{REQUEST_URI} [NC,NE,R,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement