source: aowow/.htaccess

Last change on this file was 170, checked in by maron, 15 years ago
File size: 439 bytes
Line 
1Order Deny,Allow
2<FilesMatch "\.(conf|php|tpl|in)$">
3 Deny from all
4</FilesMatch>
5<FilesMatch "(index|ajax|opensearch).php">
6 Allow from all
7</FilesMatch>
8# Запрет просмотра некоторых папок
9Options -Indexes
10# Поддержка UTF8
11DirectoryIndex index.php
12AddDefaultCharset utf8
13<IfModule mod_charset.c>
14 CharsetDisable on
15 CharsetRecodeMultipartForms Off
16</IfModule>
17php_value default_charset UTF-8
Note: See TracBrowser for help on using the repository browser.