Требование: PHP => 5.3, часть 2
[cswowd.git] / .htaccess
blob464d6434cdbea0ab64489ca0075f9c2ee24f41b6
1 # Disable access to this files\r
2 #<FilesMatch "\.(conf|php|in)$">\r
3 #       Deny from all\r
4 #</FilesMatch>\r
5 # Enable acces only for index.php and ajax.php\r
6 #<FilesMatch "(index|ajax|arena_ico|arena_small_ico|guild_ico|gps2|find|map|instance).php">\r
7 #       Allow from all\r
8 #</FilesMatch>\r
9 # Default startup page\r
10 DirectoryIndex index.php\r
11 # Disable output dirs\r
12 Options -Indexes\r
13 # UTF8 support\r
14 AddDefaultCharset utf8\r
15 <IfModule mod_charset.c>\r
16         CharsetDisable on\r
17         CharsetRecodeMultipartForms Off\r
18 </IfModule>\r
19 php_value default_charset UTF-8\r
20 php_flag zlib.output_compression On\r
21 FileETag none