X-Git-Url: https://git.jankratochvil.net/?p=cvs.jankratochvil.net.git;a=blobdiff_plain;f=.htaccess;h=de083491564c663af923fda5a337ff81a7396f36;hp=6bb24d0405816ba239b7a0f653f27c6bbd05e36b;hb=7309ce901093fd368aa62e9d3855a2ac42d0d22e;hpb=9b96eca232f28ade8dbbc30f9ed5406c916b3970 diff --git a/.htaccess b/.htaccess index 6bb24d0..de08349 100644 --- a/.htaccess +++ b/.htaccess @@ -18,7 +18,15 @@ 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] + + + + Options +ExecCGI + SetHandler cgi-script + +