From 415d5475383fe7f5fe630170c2a1505da56d017b Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 26 Nov 2011 19:22:43 +0100 Subject: [PATCH] Add empty favicon and add rule to .htaccess Otherwise the log files will get spammed. And we hate spam. --- .htaccess.sample | 1 + favicon.ico | 0 2 files changed, 1 insertion(+) create mode 100644 favicon.ico diff --git a/.htaccess.sample b/.htaccess.sample index 33cdd17..f330197 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -9,6 +9,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !^/uploads/.* RewriteRule ^(.*)$ index.php?/$1 [L] diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..e69de29