mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix rewriting for favicon
This commit is contained in:
parent
1a61a6ca8f
commit
6d8dcd8125
|
@ -6,7 +6,7 @@ Header set X-Content-Type-Options: "nosniff"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
RewriteEngine On
|
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
|
# Store the current location in an environment variable CWD to use
|
||||||
# mod_rewrite in .htaccess files without knowing the RewriteBase
|
# mod_rewrite in .htaccess files without knowing the RewriteBase
|
||||||
|
|
Loading…
Reference in New Issue
Block a user