Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # disable directory listing
- Options -Indexes
- # mod_rewrite
- <IfModule mod_rewrite.c>
- RewriteEngine On
- # RewriteBase /
- # front controller
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule !\.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$ index.php [L]
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment