Author: dkulp
Date: Wed Sep 28 17:43:34 2011
New Revision: 1176982
URL: http://svn.apache.org/viewvc?rev=1176982&view=rev
Log:
Escape the .'s
Modified:
aries/site/trunk/content/.htaccess
Modified: aries/site/trunk/content/.htaccess
URL:
http://svn.apache.org/viewvc/aries/site/trunk/content/.htaccess?rev=1176982&r1=1176981&r2=1176982&view=diff
==============================================================================
--- aries/site/trunk/content/.htaccess (original)
+++ aries/site/trunk/content/.htaccess Wed Sep 28 17:43:34 2011
@@ -1,9 +1,10 @@
-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
+RedirectMatch Permanent blueprint/xmlns/blueprint-cm/v1i\.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
+