You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/09/25 12:32:41 UTC

svn commit: r1627505 - /pdfbox/cmssite/trunk/content/.htaccess

Author: lehmi
Date: Thu Sep 25 10:32:40 2014
New Revision: 1627505

URL: http://svn.apache.org/r1627505
Log:
added RewriteRule for mapping downloads to download

Modified:
    pdfbox/cmssite/trunk/content/.htaccess

Modified: pdfbox/cmssite/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/.htaccess?rev=1627505&r1=1627504&r2=1627505&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/.htaccess (original)
+++ pdfbox/cmssite/trunk/content/.htaccess Thu Sep 25 10:32:40 2014
@@ -1,6 +1,7 @@
 RewriteEngine On
 RewriteRule ^apidocs(/?)$ /docs/1.8.6/javadocs [R=301,L]
 RewriteRule ^commandlineutilities(/?)(.*)$ /commandline [R=301,L]
+RewriteRule ^(.*)/download$ $1/download.cgi
 
 ErrorDocument 403 /errors/403.html
 ErrorDocument 404 /errors/404.html
\ No newline at end of file