From feaf6e232a68a542d4690d5264edae0fc6e75a22 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 18 Nov 2003 10:50:41 +0000 Subject: [PATCH] Accept also "/4cinfo" directory alias for: http://4c.jankratochvil.net/ - Requested by Tomas Musil. :-) --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index f93e228..131b503 100644 --- a/.htaccess +++ b/.htaccess @@ -30,10 +30,10 @@ AddType application/x-nokia-9000-communicator-add-on-software .aos RewriteEngine on RewriteRule ^(/home/short/www/www.jankratochvil.net/)?kocky/*(.*)$ http://kocky.vellum.cz/$2 [R=301] [L] - + RewriteEngine on - RewriteRule ^(/home/short/www/www.jankratochvil.net/)?4c/*(.*)$ http://4c.jankratochvil.net/$2 [R=301] [L] - + RewriteRule ^(/home/short/www/www.jankratochvil.net/)?(4cinfo|4c)/*(.*)$ http://4c.jankratochvil.net/$3 [R=301] [L] + RewriteEngine on # $1 $2$3 $4 -- 1.8.3.1