You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by te...@apache.org on 2003/09/27 09:48:35 UTC

cvs commit: jakarta-site2/docs .htaccess

tetsuya     2003/09/27 00:48:35

  Modified:    docs     .htaccess
  Log:
  .htaccess: sourceindex.cgi/binindex.cgi -- We do not use (source|bin)index.html anymore
  
  Revision  Changes    Path
  1.12      +4 -2      jakarta-site2/docs/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/.htaccess,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- .htaccess	11 Aug 2003 10:16:58 -0000	1.11
  +++ .htaccess	27 Sep 2003 07:48:35 -0000	1.12
  @@ -1,8 +1,10 @@
   RedirectMatch ^/bugs(.*)                                  http://jakarta.apache.org/site/bugs.html
   RedirectMatch ^/credits/acknowledgements.html             http://jakarta.apache.org/site/acknowledgements.html
   RedirectMatch ^/credits/whoweare.html                     http://jakarta.apache.org/site/whoweare.html
  -RedirectMatch ^/downloads/binindex.html                   http://jakarta.apache.org/site/binindex.html
  -RedirectMatch ^/downloads/sourceindex.html                http://jakarta.apache.org/site/sourceindex.html
  +RedirectMatch ^/downloads/binindex.html                   http://jakarta.apache.org/site/binindex.cgi
  +RedirectMatch ^/downloads/sourceindex.html                http://jakarta.apache.org/site/sourceindex.cgi
  +RedirectMatch ^/site/binindex.html                        http://jakarta.apache.org/site/binindex.cgi
  +RedirectMatch ^/site/sourceindex.html                     http://jakarta.apache.org/site/sourceindex.cgi
   RedirectMatch ^/faq/faqindex.html                         http://jakarta.apache.org/site/faq.html
   RedirectMatch ^/getinvolved/cvsindex.html                 http://jakarta.apache.org/site/cvsindex.html
   RedirectMatch ^/getinvolved/cvsonunix.html                http://jakarta.apache.org/site/cvsonunix.html
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org