Created
May 14, 2020 08:38
-
-
Save Megafry/d9a60d78a221de3a8507a968695437dd to your computer and use it in GitHub Desktop.
Favicon redirect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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