Add empty favicon and add rule to .htaccess
Otherwise the log files will get spammed. And we hate spam.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} !^/uploads/.*
|
||||
RewriteRule ^(.*)$ index.php?/$1 [L]
|
||||
</IfModule>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user