You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2015/04/08 22:44:58 UTC

svn commit: r1672172 - /jackrabbit/site/live/.htaccess

Author: tripod
Date: Wed Apr  8 20:44:58 2015
New Revision: 1672172

URL: http://svn.apache.org/r1672172
Log:
JCR-3865 Use markdown to generate Jackrabbit Site

Modified:
    jackrabbit/site/live/.htaccess

Modified: jackrabbit/site/live/.htaccess
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/.htaccess?rev=1672172&r1=1672171&r2=1672172&view=diff
==============================================================================
--- jackrabbit/site/live/.htaccess (original)
+++ jackrabbit/site/live/.htaccess Wed Apr  8 20:44:58 2015
@@ -3,13 +3,7 @@ RewriteBase /
 
 # Redirect common pre-Confluence entry pages
 RewriteRule ^index.html        http://jackrabbit.apache.org/ [R,L]
-RewriteRule ^faq.html          http://jackrabbit.apache.org/frequently-asked-questions.html [R,L]
-RewriteRule ^downloads.cgi     http://jackrabbit.apache.org/downloads.html [R,L]
+RewriteRule ^faq.html          http://jackrabbit.apache.org/jcr/frequently-asked-questions.html [R,L]
+RewriteRule ^downloads.cgi     http://jackrabbit.apache.org/jcr/downloads.html [R,L]
 
-# Already migrated post-Confluence pages
-RewriteRule ^website.html      http://wiki.apache.org/jackrabbit/JackrabbitWebsite
-
-# Hide the JCR subdirectory used by the Confluence export
-RewriteRule ^$                 welcome-to-apache-jackrabbit.html
-RewriteRule ^([^/]+\.html)    JCR/$1
-RewriteRule ^([^/]+\.data/.+) JCR/$1
+RedirectMatch ^/$             /jcr/index.html