You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/22 16:37:08 UTC

svn commit: r847548 - /websites/production/geronimo/content/xml/ns/.htaccess

Author: gawor
Date: Tue Jan 22 15:37:07 2013
New Revision: 847548

Log:
trying another thing to make certain redirects work

Modified:
    websites/production/geronimo/content/xml/ns/.htaccess

Modified: websites/production/geronimo/content/xml/ns/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/.htaccess (original)
+++ websites/production/geronimo/content/xml/ns/.htaccess Tue Jan 22 15:37:07 2013
@@ -4,6 +4,8 @@
 
 RewriteEngine on
 
+Options -MultiViews
+
 RewriteBase /xml/ns
 
 RewriteRule ^attributes$ local-attribute.xsd [L]
@@ -22,7 +24,9 @@ RewriteRule ^naming-1\.0$ geronimo-namin
 RewriteRule ^naming-1\.1$ geronimo-naming-1.1.xsd [L]
 RewriteRule ^naming-1\.2$ geronimo-naming-1.2.xsd [L]
 
-RewriteRule ^plugins-([0-9]\.[0-9])$ plugins-$1.xsd [L]
+RewriteRule ^plugins-1\.1$ plugins-1.1.xsd [L]
+RewriteRule ^plugins-1\.2$ plugins-1.2.xsd [L]
+RewriteRule ^plugins-1\.3$ plugins-1.3.xsd [L]
 
 RewriteRule ^security-1\.1$ geronimo-security-1.1.xsd [L]
 RewriteRule ^security-2\.0$ geronimo-security-2.0.xsd [L]