diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-06 19:49:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-06 19:49:19 +0000 |
| commit | db05281a9c5231393d45762eb71dd5fb61c8293e (patch) | |
| tree | 959a1bb1c5ffbf748b81e347cc0062a44f3539bb | |
| parent | e8c088a5c5acbee38a1ef241b46927b89589a7ff (diff) | |
#1485375: added favicon.ico redirect
git-svn-id: https://svn.roundcube.net/trunk@1948 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index bd11ae6ec..c98c30a8e 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -23,5 +23,9 @@ php_value session.gc_probability 1 Deny from all </FilesMatch> +<IfModule mod_alias.c> + Redirect /favicon.ico /skins/default/images/favicon.ico +</IfModule> + Order deny,allow Allow from all |
