cvs commit: modperl-docs/src .htaccess

2002-07-01 Thread stas
stas2002/06/30 22:02:44

  Modified:src  .htaccess
  Log:
  add the content type for our file extension types .pod, .orig, .txt to
  help browsers do the right thing
  
  Revision  ChangesPath
  1.13  +4 -0  modperl-docs/src/.htaccess
  
  Index: .htaccess
  ===
  RCS file: /home/cvs/modperl-docs/src/.htaccess,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- .htaccess 16 Jun 2002 13:27:48 -  1.12
  +++ .htaccess 1 Jul 2002 05:02:44 -   1.13
  @@ -1,5 +1,9 @@
   ErrorDocument 404 /404.html
   
  +AddType text/plain .pod
  +AddType text/plain .orig
  +AddType text/plain .txt
  +
   ### URI remapping ###
   
   # Documentation included in the old site.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src .htaccess

2002-06-16 Thread pereinar
pereinar2002/06/16 06:27:48

  Modified:src  .htaccess
  Log:
  Some updates to .htaccess (I know, I'm picky),
  
  Revision  ChangesPath
  1.12  +15 -0 modperl-docs/src/.htaccess
  
  Index: .htaccess
  ===
  RCS file: /home/cvs/modperl-docs/src/.htaccess,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- .htaccess 16 Jun 2002 12:04:16 -  1.11
  +++ .htaccess 16 Jun 2002 13:27:48 -  1.12
  @@ -24,6 +24,13 @@
   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/tmpl/comparison/comparison.html
   Redirect permanent /perl_myth.html 
http://perl.apache.org/docs/general/perl_myth.html
  +Redirect permanent /perl_myth.pod 
http://perl.apache.org/docs/general/perl_myth.pod.orig
  +Redirect permanent /faq/mjtg-news.txt http://perl.apache.org/docs/index.html
  +Redirect permanent /faq/mod_perl_api.pod 
http://perl.apache.org/docs/index.html
  +Redirect permanent /faq/mod_perl_cgi.pod 
http://perl.apache.org/docs/index.html
  +Redirect permanent /faq/mod_perl_faq.html 
http://perl.apache.org/docs/index.html
  +Redirect permanent /faq/mod_perl_faq.pod 
http://perl.apache.org/docs/index.html
  +Redirect permanent /faq/mod_perl_faq.tar.gz 
http://perl.apache.org/docs/index.html
   
   Redirect permanent /distributions.html 
http://perl.apache.org/download/index.html
   Redirect permanent /tidbits.html 
http://perl.apache.org/docs/offsite/articles.html
  @@ -77,3 +84,11 @@
   # ASP
   Redirect permanent /asp http://www.apache-asp.org/
   
  +# Contributors
  +Redirect permanent /CREDITS.html 
http://perl.apache.org/about/contributors/people.html
  +
  +# Misc
  +Redirect permanent /bench.txt http://www.chamas.com/bench/
  +Redirect permanent /email-etiquette.pod 
http://perl.apache.org/maillist/email-etiquette.pod.orig
  +Redirect permanent /embperl.html http://perl.apache.org/embperl/
  +Redirect permanent /faqs.html http://perl.apache.org/docs/offsite/index.html
  \ No newline at end of file
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src .htaccess

2002-05-12 Thread stas
stas02/05/12 03:36:14

  Modified:src  .htaccess
  Log:
  adjust redirects for the recent moves
  
  Revision  ChangesPath
  1.7   +14 -14modperl-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 -  1.6
  +++ .htaccess 12 May 2002 10:36:14 -  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]



cvs commit: modperl-docs/src .htaccess

2002-01-28 Thread stas
stas02/01/27 17:53:22

  Modified:src  .htaccess
  Log:
  - add error document directive
  - remap the old location of the guide
  
  Revision  ChangesPath
  1.2   +8 -1  modperl-docs/src/.htaccess
  
  Index: .htaccess
  ===
  RCS file: /home/cvs/modperl-docs/src/.htaccess,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .htaccess 28 Jan 2002 01:48:52 -  1.1
  +++ .htaccess 28 Jan 2002 01:53:22 -  1.2
  @@ -1,7 +1,14 @@
  +
  +ErrorDocument 404 /404.html
  +
  +### URI remapping ###
  +
  +RedirectPermanent /guide/ /docs/1.0/guide/
  +
   # embperl
   RedirectPermanent /Embperl/ http://perl.apache.org/embperl/
   RedirectPermanent /perl/Embperl/ http://perl.apache.org/embperl/
   RedirectPermanent /embperl.html /embperl/
   
   # ASP
  -Redirect /asp http://www.apache-asp.org/
  +RedirectPermanent /asp http://www.apache-asp.org/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]