CSS classes ".tab-bold" and ".tab-head" are now global
[www.energie.vellum.cz.git] / .htaccess
index 69d32f6..c8cdd7a 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,11 +1,12 @@
+SourceCharset iso-8859-2
 DirectoryIndex index.php
 php_flag short_open_tag off
 php_flag magic_quotes_gpc off
 php_flag magic_quotes_runtime off
 AddType text/javascript .js
-<Files "objednavky.php">
+<FilesMatch "^(objednavky|inzeraty)\.php$">
        AuthType Basic
        AuthName energie.objednavky
        AuthUserFile /home/short/priv/energie.objednavky.passwd
        require valid-user
-</Files>
+</FilesMatch>