so the debug file (if exists) won't be visible to everyone

This commit is contained in:
Christian Haschek 2015-10-03 18:47:05 +02:00
parent d9e70e5abd
commit 8c446b794d

View File

@ -7,3 +7,8 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1 [QSA,PT,L] RewriteRule ^(.*)$ index.php?url=$1 [QSA,PT,L]
</IfModule> </IfModule>
<Files "debug.log">
Order Allow,Deny
Deny from all
</Files>