Guest User

Untitled

a guest
Dec 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteCond $1 !\.(css|js|gif|jpe?g|png|ico) [NC]
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule ^(.*)$ /index.php/$1 [L]
Add Comment
Please, Sign In to add comment