stas 02/05/12 03:36:14 Modified: src .htaccess Log: adjust redirects for the recent moves Revision Changes Path 1.7 +14 -14 modperl-docs/src/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/modperl-docs/src/.htaccess,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .htaccess 18 Apr 2002 07:53:10 -0000 1.6 +++ .htaccess 12 May 2002 10:36:14 -0000 1.7 @@ -6,24 +6,24 @@ 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/1.0/faqs/mod_perl.html +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/1.0/faqs/cgi_to_mod_perl.html -Redirect permanent /src/mod_perl_traps.html http://perl.apache.org/docs/1.0/faqs/mod_perl_traps.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/1.0/faqs/mod_perl.html +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/1.0/faqs/cgi_to_mod_perl.html -Redirect permanent /dist/mod_perl_traps.html http://perl.apache.org/docs/1.0/faqs/mod_perl_traps.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/1.0/faqs/mod_perl_cgi.html -Redirect permanent /mod_perl_cvs.html http://perl.apache.org/docs/1.0/faqs/mod_perl_cvs.html -Redirect permanent /faq/index.html http://perl.apache.org/docs/1.0/faqs/mod_perl_faq.html -Redirect permanent /tuning/index.html http://perl.apache.org/docs/1.0/faqs/mod_perl_tuning.html -Redirect permanent /faq/mod_perl_api.html http://perl.apache.org/docs/1.0/faqs/mod_perl_api.html -Redirect permanent /features/tmpl-cmp.html http://perl.apache.org/docs/2.0/world/templates/choosing.html -Redirect permanent /perl_myth.html http://perl.apache.org/docs/1.0/faqs/perl_myth.html +Redirect permanent /faq/mod_perl_cgi.html http://perl.apache.org/docs/index.html +Redirect permanent /mod_perl_cvs.html http://perl.apache.org/docs/index.html +Redirect permanent /faq/index.html http://perl.apache.org/docs/index.html +Redirect permanent /tuning/index.html http://perl.apache.org/docs/index.html +Redirect permanent /faq/mod_perl_api.html http://perl.apache.org/docs/index.html +Redirect permanent /features/tmpl-cmp.html http://perl.apache.org/docs/tutorials/templates/comparison.html +Redirect permanent /perl_myth.html http://perl.apache.org/docs/general/perl_myth.html Redirect permanent /distributions.html http://perl.apache.org/download/index.html Redirect permanent /tidbits.html http://perl.apache.org/docs/offsite/articles.html @@ -61,7 +61,7 @@ Redirect permanent /email-etiquette.html http://perl.apache.org/maillist/email-etiquette.html # Jobs -Redirect permanent /jobs.html http://perl.apache.org/about/jobs.html +Redirect permanent /jobs.html http://perl.apache.org/jobs/jobs.html # Stats Redirect permanent /netcraft/index.html http://perl.apache.org/outstanding/stats/netcraft.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]