vgritsenko 2003/07/10 07:25:41
Modified: site/2.0 .htaccess Log: Put a redirect for removed link folder Revision Changes Path 1.2 +1 -0 cocoon-site/site/2.0/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/cocoon-site/site/2.0/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .htaccess 17 May 2003 02:42:03 -0000 1.1 +++ .htaccess 10 Jul 2003 14:25:41 -0000 1.2 @@ -1 +1,2 @@ RedirectMatch mirror\.cgi$ "http://cocoon.apache.org/mirror.cgi" +RedirectMatch link/(.*)$ "http://cocoon.apache.org/link/$1"
