Advertisement
contatowellington

Untitled

Jul 27th, 2017
99
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.  
  3. RewriteBase /
  4.  
  5. options +FollowSymLinks
  6.  
  7. <Files .*>
  8. Order Deny,Allow
  9. Deny From All
  10. </Files>
  11.  
  12. RewriteCond %{REQUEST_FILENAME} !-f
  13. RewriteCond %{REQUEST_FILENAME} !-d
  14.  
  15. RewriteRule .* index.php?page=$0 [PT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement