lufs-0.9.6captive6
[www.jankratochvil.net.git] / .htaccess
index 8d6152c..f93e228 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,11 +1,11 @@
-DirectoryIndex index.html
+DirectoryIndex Index.html.pl
 
 AddType text/html .shtml
 AddHandler server-parsed .shtml
-AddType "text/html; charset=iso-8859-2" .html
-AddType "text/html; charset=iso-8859-2" .shtml
-AddType "text/plain; charset=iso-8859-2" .txt
-AddType "text/plain; charset=iso-8859-2" .asc
+AddType "text/html; charset=us-ascii" .html
+AddType "text/html; charset=us-ascii" .shtml
+AddType "text/plain; charset=us-ascii" .txt
+AddType "text/plain; charset=us-ascii" .asc
 Options Indexes Includes FollowSymLinks
 <FilesMatch "\.(gz|Z|bz|bz2|zip)$">
        RemoveEncoding .gz .Z .bz .bz2 .zip
@@ -20,9 +20,11 @@ AddHandler cgi-script .cgi
 IndexOptions NameWidth=*
 AddType application/x-rpm .rpm
 AddType application/x-nokia-9000-communicator-add-on-software .aos
-php_flag short_open_tag off
-php_flag magic_quotes_gpc off
-php_flag magic_quotes_runtime off
+<IfModule mod_php4.c>
+       php_flag short_open_tag off
+       php_flag magic_quotes_gpc off
+       php_flag magic_quotes_runtime off
+</IfModule>
 
 <Files "kocky">
        RewriteEngine on
@@ -40,5 +42,19 @@ php_flag magic_quotes_runtime off
 </Files>
 <Files "sw">
        RewriteEngine on
-       RewriteRule ^(/home/short/www/www.jankratochvil.net/)?sw/*(.*)$ http://www.jankratochvil.net/project/$2 [R=301] [L]
+       RewriteRule ^(/home/short/www/www.jankratochvil.net/)?sw/*(.*)$ http://www.jankratochvil.net/project/ [R=301] [L]
 </Files>
+<Files "projects">
+       RewriteEngine on
+       RewriteRule ^(/home/short/www/www.jankratochvil.net/)?projects/*(.*)$ http://www.jankratochvil.net/project/$2 [R=301] [L]
+</Files>
+
+<IfDefine SSL>
+       <Files "*.pl">
+               RewriteEngine on
+               RewriteRule ^.*?/www[.]jankratochvil[.]net/(.*)$ http://localhost:7680/$1 [P]
+       </Files>
+</IfDefine>
+<IfDefine !SSL>
+       Options +ExecCGI
+</IfDefine>