You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2013/03/01 16:14:29 UTC

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

Author: jukka
Date: Fri Mar  1 15:14:29 2013
New Revision: 1451612

URL: http://svn.apache.org/r1451612
Log:
JCRSITE-37: Migrate web site from Confluence to svnpubsub

Confluence is no more.

Modified:
    jackrabbit/site/live/.htaccess

Modified: jackrabbit/site/live/.htaccess
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/.htaccess?rev=1451612&r1=1451611&r2=1451612&view=diff
==============================================================================
--- jackrabbit/site/live/.htaccess (original)
+++ jackrabbit/site/live/.htaccess Fri Mar  1 15:14:29 2013
@@ -11,8 +11,3 @@ RewriteRule ^$                 welcome-t
 RewriteRule ^([^/]+\.html)    JCR/$1
 RewriteRule ^([^/]+\.data/.+) JCR/$1
 
-# JCRSITE-18: Broken rendering of code examples
-# The code macro creates a local reference to a css file that's only
-# available on the cwiki.apache.org server.
-RewriteRule ^confluence/(.*)  http://cwiki.apache.org/confluence/$1
-