Author: dkulp
Date: Wed Sep 28 17:33:30 2011
New Revision: 1176974

URL: http://svn.apache.org/viewvc?rev=1176974&view=rev
Log:
Add a .htaccess to redirect the schema namespace URL's to the right files

Added:
    aries/site/trunk/content/.htaccess

Added: aries/site/trunk/content/.htaccess
URL: 
http://svn.apache.org/viewvc/aries/site/trunk/content/.htaccess?rev=1176974&view=auto
==============================================================================
--- aries/site/trunk/content/.htaccess (added)
+++ aries/site/trunk/content/.htaccess Wed Sep 28 17:33:30 2011
@@ -0,0 +1,9 @@
+RedirectMatch Permanent blueprint/xmlns/blueprint-cm/v1.0.0  
schemas/blueprint-cm/blueprint-cm-1.0.0.xsd
+RedirectMatch Permanent blueprint/xmlns/blueprint-cm/v1.1.0  
schemas/blueprint-cm/blueprint-cm-1.1.0.xsd
+RedirectMatch Permanent blueprint/xmlns/blueprint-ext/v1.1.0 
schemas/blueprint-ext/blueprint-ext-1.1.xsd
+RedirectMatch Permanent blueprint/xmlns/blueprint-ext/v1.0.0 
schemas/blueprint-ext/blueprint-ext.xsd
+RedirectMatch Permanent xmlns/transactions/v1.0.0 
schemas/transaction/transactionv10.xsd
+RedirectMatch Permanent xmlns/transactions/v1.1.0 
schemas/transaction/transactionv11.xsd
+RedirectMatch Permanent xmlns/jpa/v1.0.0 schemas/jpa/jpa.xsd
+RedirectMatch Permanent xmlns/jpa/v1.1.0 schemas/jpa/jpa_110.xsd
+


Reply via email to