diff --git a/htdocs/.htaccess b/htdocs/.htaccess index e7357b77..021ca243 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,6 +1,6 @@ RewriteEngine on #RewriteBase / -RewriteCond $1 !^(index\.php|static) +RewriteCond $1 !^(index\.php|static|favicon\.ico) RewriteRule ^(.*)$ index.php?/$1 [QSA,L] SetOutputFilter DEFLATE diff --git a/htdocs/favicon.ico b/htdocs/favicon.ico new file mode 100644 index 00000000..e1061d43 Binary files /dev/null and b/htdocs/favicon.ico differ