File ".htaccess"

Full path: /home/jonasls/www/wp-content/wflogs/.htaccess
File size: 0.13 KB (133 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<IfModule mod_authz_core.c>
	Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
	Order deny,allow
	Deny from all
</IfModule>