From: short <> Date: Tue, 14 Oct 2003 18:12:05 +0000 (+0000) Subject: +projects/ redirect X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=7e4fc9b109fc95f020ef9bee26c7b13c9cd774af +projects/ redirect --- diff --git a/.htaccess b/.htaccess index d440283..f93e228 100644 --- a/.htaccess +++ b/.htaccess @@ -44,6 +44,10 @@ AddType application/x-nokia-9000-communicator-add-on-software .aos RewriteEngine on RewriteRule ^(/home/short/www/www.jankratochvil.net/)?sw/*(.*)$ http://www.jankratochvil.net/project/ [R=301] [L] + + RewriteEngine on + RewriteRule ^(/home/short/www/www.jankratochvil.net/)?projects/*(.*)$ http://www.jankratochvil.net/project/$2 [R=301] [L] +