Fix favicon rewrite rule in .htaccess (#8654)

This commit is contained in:
Aleksander Machniak
2022-08-06 07:28:10 +02:00
parent 70751da77e
commit 71a2bb3390
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<IfModule mod_rewrite.c>
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
RewriteRule ^favicon\.ico$ skins/elastic/images/favicon.ico
# security rules:
# - deny access to files not containing a dot or starting with a dot

View File

@@ -10,6 +10,7 @@
- Fix anchor links in HTML mail (#8632)
- Fix bug where config creation in Installer did ignore options in the form (#8634)
- Fix bug where renamed options were removed from the config on installto.sh (update.sh) run (#8643)
- Fix favicon rewrite rule in .htaccess (#8654)
## Release 1.6.0