Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 93e5d05eb -> 55bad533a
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/55bad533 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/55bad533 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/55bad533 Branch: refs/heads/asf-site Commit: 55bad533ac05ea3a902c1d631aa146d61929ea8c Parents: 93e5d05 Author: Andreas Lehmkühler <[email protected]> Authored: Fri Oct 19 17:22:05 2018 +0200 Committer: Andreas Lehmkühler <[email protected]> Committed: Fri Oct 19 17:22:05 2018 +0200 ---------------------------------------------------------------------- content/.htaccess | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/55bad533/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index 2a7e1e7..1e17286 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -3,6 +3,7 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteRule ^apidocs(/?)$ /docs/2.0.11/javadocs [R=301,L] RewriteRule ^commandlineutilities(/?)(.*)$ /2.0/commandline [R=301,L] +RewriteRule ^download\.html$ /download.cgi RewriteRule ^downloads\.html$ /download.cgi RewriteRule ^downloads\.cgi$ /download.cgi
