From f822c3108cc28f8a920fd92949ab6f430b4afcbe Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 21 Nov 2005 03:38:39 +0000 Subject: [PATCH] Include backward compatibility with: ChangeLog.txt.pl --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 86752db..c613e77 100644 --- a/.htaccess +++ b/.htaccess @@ -57,7 +57,7 @@ AddType application/javascript .js RewriteRule ^(mailman|pipermail|priv|phorum|akra|project/captive/dist)(|/.*)$ http://www2.jankratochvil.net/$1$2?${unescape:%{QUERY_STRING}} [R=302,L] RewriteRule ^favicon[.]ico$ /My/Status.pm?code=404 [P,L] - RewriteRule ^(.*)[.]html[.]pl(|/.*)$ /$1.pm$2?${unescape:%{QUERY_STRING}} [R=301,L] + RewriteRule ^(.*)[.](html|txt)[.]pl(|/.*)$ /$1.pm$3?${unescape:%{QUERY_STRING}} [R=301,L] RewriteRule ^resume/Resume-JanKratochvil.pm(|/.*)$ /resume/ResumeJanKratochvil.pm$1?${unescape:%{QUERY_STRING}} [R=301,L] RewriteRule ^(.*?)/+Index[.]pm$ /$1/?${unescape:%{QUERY_STRING}} [R=301,L] RewriteCond %{REQUEST_FILENAME}/Index.pm -f -- 1.8.3.1