Flappyzor/Satoko/master/satoko/cache/.htaccess - Htaccess File

Flappyzor/Satoko/master/satoko/cache/.htaccess

# Disallow external connections

# Apache <= 2.2
<IfModule !mod_authz_core.c>
  Order deny,allow
  deny from all
</IfModule>

# Apache 2.4 =>
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache