Add empty favicon and add rule to .htaccess

Otherwise the log files will get spammed.
And we hate spam.
This commit is contained in:
Karsten Heiken
2011-11-26 19:22:43 +01:00
parent 4a2d76d900
commit 415d547538
2 changed files with 1 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/uploads/.*
RewriteRule ^(.*)$ index.php?/$1 [L] RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule> </IfModule>

0
favicon.ico Normal file
View File