From: vincent@cubedesigners.com Date: Mon, 21 Jun 2010 12:18:52 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c1274b71985cf98e7f1f4956ddebe76390dd9d72;p=cubeextranet.git --- diff --git a/.htaccess b/.htaccess index 3938ee72f..ae583977a 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,13 @@ Options +FollowSymlinks RewriteEngine on RewriteBase / +# Favicon +RewriteCond %{HTTP_HOST} cubedesigners +RewriteRule ^favicon.ico$ images/extranet/favicon.ico [L] + +RewriteCond %{HTTP_HOST} fluidbook +RewriteRule ^favicon.ico$ images/ws/favicon.ico [L] + # Skip RewriteRule ^phpMyAdmin - [L] RewriteRule ^books - [L] diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index afbc192c0..000000000 Binary files a/favicon.ico and /dev/null differ