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 04:24:25 UTC

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

Author: gawor
Date: Tue Jan 22 03:24:24 2013
New Revision: 847500

Log:
add/update redirect rules

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

Modified: websites/production/geronimo/content/.htaccess
==============================================================================
--- websites/production/geronimo/content/.htaccess (original)
+++ websites/production/geronimo/content/.htaccess Tue Jan 22 03:24:24 2013
@@ -10,7 +10,7 @@ RewriteEngine on
 
 Redirect /issues http://issues.apache.org/jira/browse/GERONIMO
 
-Redirect /tutorials/2.1 http://cwiki.apache.org/GMOxDOC21/tutorials.html
+Redirect /tutorials/2.1 http://geronimo.apache.org/GMOxDOC21/tutorials.html
 
 Redirect /wiki.html http://cwiki.apache.org/geronimo
 Redirect /wiki http://cwiki.apache.org/geronimo
@@ -23,12 +23,12 @@ Redirect /developerMailingList.html http
 
 Redirect /additionalDocumentation.html http://cwiki.apache.org/geronimo
 
-Redirect /faq.html http://cwiki.apache.org/GMOxKB
+Redirect /faq.html http://geronimo.apache.org/GMOxKB
 
-Redirect /additionalSamples.html http://cwiki.apache.org/GMOxSAMPLES
+Redirect /additionalSamples.html http://geronimo.apache.org/GMOxSAMPLES
 
 # Confluence autoexport is changing RELEASE-NOTES link incorrectly
-Redirect /GMOxDOC20 http://cwiki.apache.org/GMOxDOC20
-Redirect /GMOxDOC21 http://cwiki.apache.org/GMOxDOC21
-Redirect /GMOxDOC22 http://cwiki.apache.org/GMOxDOC22
+# Redirect /GMOxDOC20 http://cwiki.apache.org/GMOxDOC20
+# Redirect /GMOxDOC21 http://cwiki.apache.org/GMOxDOC21
+# Redirect /GMOxDOC22 http://cwiki.apache.org/GMOxDOC22
 

Added: websites/production/geronimo/content/xml/ns/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/.htaccess (added)
+++ websites/production/geronimo/content/xml/ns/.htaccess Tue Jan 22 03:24:24 2013
@@ -0,0 +1,30 @@
+##
+## $Rev: 562565 $ $Date: 2007-08-03 15:45:01 -0400 (Fri, 03 Aug 2007) $
+##
+
+RewriteEngine on
+
+RewriteRule ^/attributes$ /local-attribute.xsd [L]
+
+RewriteRule ^/attributes-1.1$ /attributes-1.1.xsd [L]
+RewriteRule ^/attributes-1.2$ /attributes-1.2.xsd [L]
+
+RewriteRule ^/deployment-1.0$ /geronimo-config-1.0.xsd [L]
+RewriteRule ^/deployment-1.1$ /geronimo-module-1.1.xsd [L]
+RewriteRule ^/deployment-1.2$ /geronimo-module-1.2.xsd [L]
+
+RewriteRule ^/loginconfig-1.0$ /geronimo-login-config-1.0.xsd [L]
+RewriteRule ^/loginconfig-1.1$ /geronimo-login-config-1.1.xsd [L]
+RewriteRule ^/loginconfig-2.0$ /geronimo-login-config-2.0.xsd [L]
+
+RewriteRule ^/naming-1.0$ /geronimo-naming-1.0.xsd [L]
+RewriteRule ^/naming-1.1$ /geronimo-naming-1.1.xsd [L]
+RewriteRule ^/naming-1.2$ /geronimo-naming-1.2.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]
+