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 2015/04/02 08:47:24 UTC

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

Author: lehmi
Date: Thu Apr  2 06:47:24 2015
New Revision: 1670827

URL: http://svn.apache.org/r1670827
Log:
added new rewrite rule to avoid 404 because of a typo in the last release announcement

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

Modified: pdfbox/cmssite/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/.htaccess?rev=1670827&r1=1670826&r2=1670827&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/.htaccess (original)
+++ pdfbox/cmssite/trunk/content/.htaccess Thu Apr  2 06:47:24 2015
@@ -2,6 +2,7 @@ RewriteEngine On
 RewriteRule ^apidocs(/?)$ /docs/1.8.9/javadocs [R=301,L]
 RewriteRule ^commandlineutilities(/?)(.*)$ /commandline [R=301,L]
 RewriteRule ^downloads\.html$ /download.cgi
+RewriteRule ^downloads\.cgi$ /download.cgi
 
 ErrorDocument 403 /errors/403.html
 ErrorDocument 404 /errors/404.html