You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/05/24 11:35:55 UTC

svn commit: r409099 - /forrest/trunk/site-author/content/.htaccess

Author: crossley
Date: Wed May 24 02:35:54 2006
New Revision: 409099

URL: http://svn.apache.org/viewvc?rev=409099&view=rev
Log:
Fix previous change. This is the webserver, so we need to redirect to
the .html and the .pdf files, not any .xml (which are source files).

Modified:
    forrest/trunk/site-author/content/.htaccess

Modified: forrest/trunk/site-author/content/.htaccess
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?rev=409099&r1=409098&r2=409099&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Wed May 24 02:35:54 2006
@@ -33,12 +33,11 @@
 
 # Some moved documents
 RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*) http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1
-RedirectMatch ^/docs_0_80/compliance.xml http://forrest.apache.org/compliance.xml
-RedirectMatch ^/docs_0_80/howto/build.xml http://forrest.apache.org/docs_0_80/build.xml
-RedirectMatch ^/docs_0_80/forrest-contract.xml http://forrest.apache.org/forrest-contract.xml
-RedirectMatch ^/docs_0_80/howto/howto-howto.xml http://forrest.apache.org/howto-howto.xml
-RedirectMatch ^/docs_0_80/howto/howto-dev.xml http://forrest.apache.org/howto-dev.xml
-
+RedirectMatch ^/docs_0_80/compliance(.*) http://forrest.apache.org/compliance$1
+RedirectMatch ^/docs_0_80/howto/build(.*) http://forrest.apache.org/docs_0_80/build$1
+RedirectMatch ^/docs_0_80/forrest-contract(.*) http://forrest.apache.org/forrest-contract$1
+RedirectMatch ^/docs_0_80/howto/howto-howto(.*) http://forrest.apache.org/howto-howto$1
+RedirectMatch ^/docs_0_80/howto/howto-dev(.*) http://forrest.apache.org/howto-dev$1
 
 # handle all DTDs etc.
 <Files ~ "\.(dtd|mod)$">