Fix failed MNGs imagesize detection (existing basename-matching GIF expected)
[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 AddType video/x-mng .mng
8 <FilesMatch "^(objednavky|inzeraty)\.php$">
9         AuthType Basic
10         AuthName energie.objednavky
11         AuthUserFile /home/short/priv/energie.objednavky.passwd
12         require valid-user
13 </FilesMatch>