pereinar 2002/06/02 06:17:02 Modified: src .htaccess Log: Re-added dist/ redirects, as these will be removed from dist/, so we just redirect to the docs. Submitted by: stas Revision Changes Path 1.9 +6 -0 modperl-docs/src/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/modperl-docs/src/.htaccess,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .htaccess 2 Jun 2002 12:33:38 -0000 1.8 +++ .htaccess 2 Jun 2002 13:17:02 -0000 1.9 @@ -6,9 +6,15 @@ Redirect permanent /guide/ http://perl.apache.org/docs/1.0/guide/ # Distributed with mod_perl +Redirect permanent /src/mod_perl.html http://perl.apache.org/docs/index.html Redirect permanent /src/apache-modlist.html http://perl.apache.org/products/apache-modlist.html +Redirect permanent /src/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html +Redirect permanent /src/mod_perl_traps.html http://perl.apache.org/docs/index.html # (equivalent to those with /src above, but it seems like the dist is kept symlinked in 2 locations) +Redirect permanent /dist/mod_perl.html http://perl.apache.org/docs/index.html Redirect permanent /dist/apache-modlist.html http://perl.apache.org/products/apache-modlist.html +Redirect permanent /dist/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html +Redirect permanent /dist/mod_perl_traps.html http://perl.apache.org/docs/index.html # FAQs Redirect permanent /faq/mod_perl_cgi.html http://perl.apache.org/docs/index.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]