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:59:41 UTC

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

Author: lehmi
Date: Thu Sep 25 10:59:41 2014
New Revision: 1627509

URL: http://svn.apache.org/r1627509
Log:
Bugfix

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

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