You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by cr...@apache.org on 2004/06/14 05:21:45 UTC

cvs commit: xml-site/targets/forrest .htaccess readme.txt

crossley    2004/06/13 20:21:45

  Added:       targets/forrest .htaccess readme.txt
  Log:
  Add .htaccess to redirect to forrest.apache.org
  Issue: FOR-191
  
  Revision  Changes    Path
  1.1                  xml-site/targets/forrest/.htaccess
  
  Index: .htaccess
  ===================================================================
  # do some exact matches first because they go to /docs/
  RedirectMatch Permanent ^/forrest/cap(.*) http://forrest.apache.org/docs/cap$1
  RedirectMatch Permanent ^/forrest/catalog(.*) http://forrest.apache.org/docs/catalog$1
  RedirectMatch Permanent ^/forrest/compliance(.*) http://forrest.apache.org/docs/compliance$1
  RedirectMatch Permanent ^/forrest/document(.*) http://forrest.apache.org/docs/document$1
  RedirectMatch Permanent ^/forrest/dreams(.*) http://forrest.apache.org/docs/dreams$1
  RedirectMatch Permanent ^/forrest/dtd-docs(.*) http://forrest.apache.org/docs/dtd-docs$1
  RedirectMatch Permanent ^/forrest/faq-(.*) http://forrest.apache.org/docs/faq-$1
  RedirectMatch Permanent ^/forrest/forrestbar(.*) http://forrest.apache.org/docs/forrestbar$1
  RedirectMatch Permanent ^/forrest/forrestbot(.*) http://forrest.apache.org/docs/forrestbot$1
  RedirectMatch Permanent ^/forrest/forrest-contract(.*) http://forrest.apache.org/docs/forrest-contract$1
  RedirectMatch Permanent ^/forrest/howto(.*) http://forrest.apache.org/docs/howto$1
  RedirectMatch Permanent ^/forrest/libre(.*) http://forrest.apache.org/docs/libre$1
  RedirectMatch Permanent ^/forrest/oowriter(.*) http://forrest.apache.org/docs/oowriter$1
  RedirectMatch Permanent ^/forrest/primer(.*) http://forrest.apache.org/docs/primer$1
  RedirectMatch Permanent ^/forrest/primer(.*) http://forrest.apache.org/docs/primer$1
  RedirectMatch Permanent ^/forrest/searching(.*) http://forrest.apache.org/docs/searching$1
  RedirectMatch Permanent ^/forrest/sitemap-(.*) http://forrest.apache.org/docs/sitemap-$1
  RedirectMatch Permanent ^/forrest/skin-package(.*) http://forrest.apache.org/docs/skin-package$1
  RedirectMatch Permanent ^/forrest/upgrading(.*) http://forrest.apache.org/docs/upgrading$1
  RedirectMatch Permanent ^/forrest/validation(.*) http://forrest.apache.org/docs/validation$1
  RedirectMatch Permanent ^/forrest/wiki-sample(.*) http://forrest.apache.org/docs/wiki-sample$1
  RedirectMatch Permanent ^/forrest/your-project(.*) http://forrest.apache.org/docs/your-project$1
  # catch the rest
  RedirectMatch Permanent ^/forrest/(.*) http://forrest.apache.org/$1
  
  
  
  1.1                  xml-site/targets/forrest/readme.txt
  
  Index: readme.txt
  ===================================================================
  There is a .htaccess file in this directory to re-direct everything
  permanently to forrest.apache.org
  
  
  

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