From 3f7ba8687de40322a26e9d1c4df3634c3acadc3b Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 16 Dec 2005 12:36:40 +0000 Subject: [PATCH] Fixed absolute/relative www/cvs references across the websites. --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 6bb24d0..06aea1d 100644 --- a/.htaccess +++ b/.htaccess @@ -18,6 +18,7 @@ Options None RewriteEngine on RewriteRule ^favicon[.]ico$ /My/Status.pm?code=404 [P,L] + RewriteRule ^(My)(|/.*)$ http://www.jankratochvil.net/$1$2?${unescape:%{QUERY_STRING}} [R=301,L] RewriteRule ^/*IndexCVS[.]pm$ /?${unescape:%{QUERY_STRING}} [R=301,L] RewriteRule ^/*$ http://localhost:7680/IndexCVS.pm [P,L] -- 1.8.3.1