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:42:19 UTC

svn commit: r847508 - in /websites/production/geronimo/content/xml/ns/web: jetty/.htaccess tomcat/.htaccess

Author: gawor
Date: Tue Jan 22 05:42:19 2013
New Revision: 847508

Log:
add tomcat ns redirect

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

Modified: websites/production/geronimo/content/xml/ns/web/jetty/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/web/jetty/.htaccess (original)
+++ websites/production/geronimo/content/xml/ns/web/jetty/.htaccess Tue Jan 22 05:42:19 2013
@@ -7,4 +7,4 @@ 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]
+RewriteRule ^config-1\.0\.1$ geronimo-jetty-config-1.0.1.xsd [L]

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