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 2014/02/11 16:21:36 UTC

svn commit: r1567176 - in /spamassassin/site: .htaccess main.wmk

Author: kmcgrail
Date: Tue Feb 11 15:21:35 2014
New Revision: 1567176

URL: http://svn.apache.org/r1567176
Log:
working on the favicon.ico

Modified:
    spamassassin/site/.htaccess
    spamassassin/site/main.wmk

Modified: spamassassin/site/.htaccess
URL: http://svn.apache.org/viewvc/spamassassin/site/.htaccess?rev=1567176&r1=1567175&r2=1567176&view=diff
==============================================================================
--- spamassassin/site/.htaccess (original)
+++ spamassassin/site/.htaccess Tue Feb 11 15:21:35 2014
@@ -1,4 +1,5 @@
 Redirect /downloads.html http://spamassassin.apache.org/downloads.cgi
+Redirect /favicon.ico http://spamassassin.apache.org/images/favicon.ico
 RewriteEngine On
 RewriteBase /
 RewriteRule ^doc/(.*)$ http://spamassassin.apache.org/full/3.4.x/doc/$1 [R=permanent]

Modified: spamassassin/site/main.wmk
URL: http://svn.apache.org/viewvc/spamassassin/site/main.wmk?rev=1567176&r1=1567175&r2=1567176&view=diff
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Tue Feb 11 15:21:35 2014
@@ -967,6 +967,7 @@ urchinTracker();
 
 <out file=".htaccess">
 Redirect /downloads.html http://spamassassin.apache.org/downloads.cgi
+Redirect /favicon.ico http://spamassassin.apache.org/images/favicon.ico
 RewriteEngine On
 RewriteBase /
 RewriteRule ^doc/(.*)$ http://spamassassin.apache.org/full/${docsline}/doc/$1 [R=permanent]