You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hu...@apache.org on 2015/09/03 16:24:11 UTC

svn commit: r1701031 - /subversion/site/publish/.htaccess

Author: humbedooh
Date: Thu Sep  3 14:24:11 2015
New Revision: 1701031

URL: http://svn.apache.org/r1701031
Log:
if content neg is going on, maybe we can trick it?

Modified:
    subversion/site/publish/.htaccess

Modified: subversion/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/subversion/site/publish/.htaccess?rev=1701031&r1=1701030&r2=1701031&view=diff
==============================================================================
--- subversion/site/publish/.htaccess (original)
+++ subversion/site/publish/.htaccess Thu Sep  3 14:24:11 2015
@@ -12,5 +12,5 @@ RedirectMatch ^/prerelease-caveats$ /doc
 Redirect /wiki http://wiki.apache.org/subversion
 RedirectMatch permanent ^/issue-tracker(\.html)?$ /reporting-issues$1
 RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ http://subversion.tigris.org/issues/show_bug.cgi?id=$1
-RewriteRule ^/?download/?$ /download.cgi [PT]
+RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT]