📜  favicon text html Redirect 使用bandwith - Html 代码示例

📅  最后修改于: 2022-03-11 14:52:54.332000             🧑  作者: Mango

代码示例1
# REDIRECT FAVICON.ICO

RewriteCond %{REQUEST_URI} !^/favicon\.ico [NC]
RewriteCond %{REQUEST_URI} favicon\.ico    [NC]
RewriteRule (.*) https://css-tricks.com/favicon.ico [R=301,L]