From e3f4275028dfd8f0060e88d5460a916f9be65126 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 6 Oct 2008 19:49:19 +0000 Subject: #1485375: added favicon.ico redirect --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index bd11ae6ec..c98c30a8e 100644 --- a/.htaccess +++ b/.htaccess @@ -23,5 +23,9 @@ php_value session.gc_probability 1 Deny from all + + Redirect /favicon.ico /skins/default/images/favicon.ico + + Order deny,allow Allow from all -- cgit v1.2.3