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/01/28 02:53:22 UTC

cvs commit: modperl-docs/src .htaccess

stas        02/01/27 17:53:22

  Modified:    src      .htaccess
  Log:
  - add error document directive
  - remap the old location of the guide
  
  Revision  Changes    Path
  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 -0000	1.1
  +++ .htaccess	28 Jan 2002 01:53:22 -0000	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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org