Skip to content

Instantly share code, notes, and snippets.

@Megafry
Created May 14, 2020 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Megafry/d9a60d78a221de3a8507a968695437dd to your computer and use it in GitHub Desktop.
Save Megafry/d9a60d78a221de3a8507a968695437dd to your computer and use it in GitHub Desktop.
Favicon redirect
RewriteEngine On
RewriteCond %{HTTP_HOST} webpage2\.com$ [NC]
RewriteRule ^favicon\.ico$ /webpage2_favicon.ico [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment