Answers for "favicon text/html / Redirect uses bandwith"

0

favicon text/html / Redirect uses bandwith

# REDIRECT FAVICON.ICO
<ifmodule mod_rewrite.c>
RewriteCond %{REQUEST_URI} !^/favicon\.ico [NC]
RewriteCond %{REQUEST_URI} favicon\.ico    [NC]
RewriteRule (.*) https://css-tricks.com/favicon.ico [R=301,L]
</ifmodule>
Posted by: Guest on March-06-2021

Browse Popular Code Answers by Language