Fixed "/sw/old/" redirection
[www.jankratochvil.net.git] / .htaccess
index 8d6152c..d896962 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -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>