root/trunk/.htaccess

Revision 1181, 237 bytes (checked in by kirsan, 11 months ago)

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

Line 
1AddDefaultCharset UTF-8
2Options -Indexes
3RewriteEngine On
4RewriteCond %{REQUEST_FILENAME} !-f
5RewriteCond %{REQUEST_FILENAME} !-d
6RewriteRule ^(.*)$ ./index.php
7
8<Files "plugins.dat">
9order allow,deny
10deny from all
11</Files>
12
Note: See TracBrowser for help on using the browser.