From 4a77682d51a89c41d5423aab0dc2b3d16e09aa02 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 16 May 2003 14:14:43 +0000 Subject: [PATCH] Fixed "/sw/old/" redirection --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 8d6152c..d896962 100644 --- a/.htaccess +++ b/.htaccess @@ -40,5 +40,5 @@ php_flag magic_quotes_runtime off 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] -- 1.8.3.1