Advertisement
LittleJok3r

WOKWOKWOKWOKW

Jul 12th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # disabling log file access from outside
  2. <FilesMatch .*>
  3. <IfModule mod_authz_core.c>
  4. Require all denied
  5. </IfModule>
  6. <IfModule !mod_authz_core.c>
  7. Order allow,deny
  8. Deny from all
  9. </IfModule>
  10. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement