Advertisement
hackrepair

Disallow execution, except for browser readable images

Nov 21st, 2016
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <FilesMatch "(^#.*#|\.(asp|bak|config|cxz|dist|exe|fla|htm|inc|ini|jsp|log|mso|php|pl|psd|py|sh|shtml|sql|sw[op]|txt)|~)$">
  2. Order allow,deny
  3. Deny from all
  4. Satisfy All
  5. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement