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 06:39:54 UTC

svn commit: r847507 - /websites/production/geronimo/content/xml/ns/web/jetty/.htaccess

Author: gawor
Date: Tue Jan 22 05:39:54 2013
New Revision: 847507

Log:
add jetty ns redirects

Added:
    websites/production/geronimo/content/xml/ns/web/jetty/.htaccess

Added: websites/production/geronimo/content/xml/ns/web/jetty/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/web/jetty/.htaccess (added)
+++ websites/production/geronimo/content/xml/ns/web/jetty/.htaccess Tue Jan 22 05:39:54 2013
@@ -0,0 +1,10 @@
+##
+## $Rev: 562565 $ $Date: 2007-08-03 15:45:01 -0400 (Fri, 03 Aug 2007) $
+##
+
+RewriteEngine on
+
+RewriteBase /xml/ns/web/jetty
+
+RewriteRule ^config-1\.0$ geronimo-jetty-config-1.0.xsd [L]
+RewriteRule ^config-1\.0\.1 geronimo-jetty-config-1.0.1.xsd [L]