]> mj.ucw.cz Git - minsk.git/blob - .htaccess
Merge upstream change to index.html
[minsk.git] / .htaccess
1 AddDefaultCharset utf-8
2 DirectoryIndex index.cgi
3
4 <Files ~ ".*">
5 Deny from all
6 </Files>
7
8 <Files ~ "\.(cgi|css|html)">
9 Allow from all
10 </Files>
11
12 <Files ~ "^INSTRUCTIONS$">
13 Allow from all
14 </Files>
15
16 <Files ~ "^$">
17 Allow from all
18 </Files>