You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by te...@apache.org on 2003/09/08 09:20:12 UTC

cvs commit: ws-site/targets .htaccess

tetsuya     2003/09/08 00:20:12

  Added:       targets  .htaccess
  Log:
  .htaccess: INITIAL COMMIT
  
  Revision  Changes    Path
  1.1                  ws-site/targets/.htaccess
  
  Index: .htaccess
  ===================================================================
  Redirect permanent /security/ http://xml.apache.org/security/
  RedirectMatch ^/mirrors.html                                http://ws.apache.org/mirrors.cgi
  
  
  

Re: cvs commit: ws-site/targets .htaccess

Posted by Daniel Rall <dl...@finemaltcoding.com>.
tetsuya@apache.org wrote:
> tetsuya     2003/09/08 00:20:12
> 
>   Added:       targets  .htaccess
>   Log:
>   .htaccess: INITIAL COMMIT
>   
>   Revision  Changes    Path
>   1.1                  ws-site/targets/.htaccess
>   
>   Index: .htaccess
>   ===================================================================
>   Redirect permanent /security/ http://xml.apache.org/security/
>   RedirectMatch ^/mirrors.html                                http://ws.apache.org/mirrors.cgi

Thanks Tetsuya!  FYI, you could use a Redirect instead of RedirectMatch 
directive for the second line, but more importantly, the HTTP status 
code should indicate that the redirect is permanent (you can do so by 
list "permanent" after either directive).