Guest User

Untitled

a guest
May 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /chalets/
  3. RewriteRule ^$ index.php [L]
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)
  7.  
  8. RewriteRule ^(.*)$ index.php?/$1 [L]
Add Comment
Please, Sign In to add comment