You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2018/09/18 17:23:30 UTC

svn commit: r1841242 - /spamassassin/site/.htaccess

Author: kmcgrail
Date: Tue Sep 18 17:23:30 2018
New Revision: 1841242

URL: http://svn.apache.org/viewvc?rev=1841242&view=rev
Log:
Exclude the mirrored.by file from forcing ssl

Modified:
    spamassassin/site/.htaccess

Modified: spamassassin/site/.htaccess
URL: http://svn.apache.org/viewvc/spamassassin/site/.htaccess?rev=1841242&r1=1841241&r2=1841242&view=diff
==============================================================================
--- spamassassin/site/.htaccess (original)
+++ spamassassin/site/.htaccess Tue Sep 18 17:23:30 2018
@@ -3,7 +3,7 @@ Redirect /downloads.html https://spamass
 
 RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
-RewriteCond %{REQUEST_URI} !^/MIRRORED\.BY$
+RewriteCond %{REQUEST_URI} !^/updates\/MIRRORED\.BY$
 RewriteRule ^(.*)$ https://spamassassin.apache.org/$1 [R,L]
 
 RewriteBase /