]> mj.ucw.cz Git - minsk.git/blobdiff - .htaccess
readme.html: Fixed link to Po Drátě
[minsk.git] / .htaccess
index c4db64fc4357dcf4a1caaf229afca48f06a89029..efdd4bfb624611d5b7f6e596f007217d776a72d0 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,2 +1,18 @@
 AddDefaultCharset utf-8
 DirectoryIndex index.cgi
 AddDefaultCharset utf-8
 DirectoryIndex index.cgi
+
+<Files ~ ".*">
+Deny from all
+</Files>
+
+<Files ~ "\.(cgi|css|html)">
+Allow from all
+</Files>
+
+<Files ~ "^INSTRUCTIONS$">
+Allow from all
+</Files>
+
+<Files ~ "^$">
+Allow from all
+</Files>