fix rewriting for favicon

This commit is contained in:
Uwe Steinmann 2021-10-06 14:56:00 +02:00
parent 1a61a6ca8f
commit 6d8dcd8125

View File

@ -6,7 +6,7 @@ Header set X-Content-Type-Options: "nosniff"
</IfModule>
RewriteEngine On
RewriteRule ^favicon.ico$ styles/bootstrap/favicon.ico [L]
RewriteRule ^favicon.ico$ views/bootstrap/images/favicon.svg [L]
# Store the current location in an environment variable CWD to use
# mod_rewrite in .htaccess files without knowing the RewriteBase