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} !-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
0
favicon.ico
Normal file
Reference in New Issue
Block a user