Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy.
[www.jankratochvil.net.git] / .htaccess
index 8d6152c..ad263f7 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,10 +2,10 @@ DirectoryIndex index.html
 
 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
@@ -40,5 +40,5 @@ 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>