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/10 23:14:24 UTC

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

Author: kmcgrail
Date: Mon Sep 10 23:14:24 2018
New Revision: 1840503

URL: http://svn.apache.org/viewvc?rev=1840503&view=rev
Log:
adding redir to https before redir to downloads

Modified:
    spamassassin/site/.htaccess

Modified: spamassassin/site/.htaccess
URL: http://svn.apache.org/viewvc/spamassassin/site/.htaccess?rev=1840503&r1=1840502&r2=1840503&view=diff
==============================================================================
--- spamassassin/site/.htaccess (original)
+++ spamassassin/site/.htaccess Mon Sep 10 23:14:24 2018
@@ -1,9 +1,10 @@
-Redirect /downloads.html http://spamassassin.apache.org/downloads.cgi
 Redirect /favicon.ico http://spamassassin.apache.org/images/favicon.ico
 RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://spamassassin.apache.org/$1 [R,L]
 
+Redirect /downloads.html http://spamassassin.apache.org/downloads.cgi
+
 RewriteBase /
 RewriteRule ^doc/(.*)$ http://spamassassin.apache.org/full/3.4.x/doc/$1 [R=permanent]
 RewriteRule ^doc.html/(.*)$ http://spamassassin.apache.org/full/3.4.x/doc/$1 [R=permanent]