Guest User

AclProj - www - htacces

a guest
Mar 12th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # disable directory listing
  2. Options -Indexes
  3.  
  4. # mod_rewrite
  5. <IfModule mod_rewrite.c>
  6. RewriteEngine On
  7. # RewriteBase /
  8.  
  9. # front controller
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule !\.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$ index.php [L]
  13. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment