You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/07/01 07:02:44 UTC

cvs commit: modperl-docs/src .htaccess

stas        2002/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  Changes    Path
  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 -0000	1.12
  +++ .htaccess	1 Jul 2002 05:02:44 -0000	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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org