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 2008/03/18 20:11:33 UTC

svn commit: r638510 - in /jackrabbit/site: .htaccess downloads.cgi

Author: jukka
Date: Tue Mar 18 12:11:31 2008
New Revision: 638510

URL: http://svn.apache.org/viewvc?rev=638510&view=rev
Log:
site: No more download.cgi

Removed:
    jackrabbit/site/downloads.cgi
Modified:
    jackrabbit/site/.htaccess

Modified: jackrabbit/site/.htaccess
URL: http://svn.apache.org/viewvc/jackrabbit/site/.htaccess?rev=638510&r1=638509&r2=638510&view=diff
==============================================================================
--- jackrabbit/site/.htaccess (original)
+++ jackrabbit/site/.htaccess Tue Mar 18 12:11:31 2008
@@ -5,9 +5,6 @@
 RewriteRule ^index.html             http://jackrabbit.apache.org/ [R,L]
 RewriteRule ^faq.html               http://jackrabbit.apache.org/frequently-asked-questions.html [R,L]
 
-# Hide the CGI part in the download mechanism
-RewriteRule ^downloads.html         downloads.cgi
-
 # Hide the JCR subdirectory used by the Confluence export
 RewriteRule ^$                      welcome-to-apache-jackrabbit.html
 RewriteRule ^([^/]+\.html)         JCR/$1