CSS classes ".tab-bold" and ".tab-head" are now global
[www.energie.vellum.cz.git] / .htaccess
1 SourceCharset iso-8859-2
2 DirectoryIndex index.php
3 php_flag short_open_tag off
4 php_flag magic_quotes_gpc off
5 php_flag magic_quotes_runtime off
6 AddType text/javascript .js
7 <FilesMatch "^(objednavky|inzeraty)\.php$">
8         AuthType Basic
9         AuthName energie.objednavky
10         AuthUserFile /home/short/priv/energie.objednavky.passwd
11         require valid-user
12 </FilesMatch>