Advertisement
Guest User

includes and cache htaccess

a guest
Nov 11th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. <FilesMatch "\.(php|php\.)(.+)(\w|\d)$">
  2. Order Allow,Deny
  3. Deny from all
  4. </FilesMatch>
  5.  
  6. <FilesMatch "\.(php|php\.)$">
  7. Order Allow,Deny
  8. Deny from all
  9. </FilesMatch>
  10.  
  11. <FilesMatch "\.(php|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
  12. ForceType text/plain
  13. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement