CorentinB

Untitled

Aug 16th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteCond %{HTTP_HOST} ^mywebsite\.com$ [NC]
  4. RewriteRule ^fr/([^/]*)$ /fr/?type=$1 [L]
  5. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment