1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

Доступ к файлу plugins.dat закрыт через .htaccess

This commit is contained in:
kirsan 2011-06-30 11:46:59 +00:00
parent 475f88d03d
commit 1755bed5d5

View file

@ -3,4 +3,10 @@ Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php
RewriteRule ^(.*)$ ./index.php
<Files "plugins.dat">
order allow,deny
deny from all
</Files>