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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to