Modern favicons & htaccess rewrite rule
问题 Instead of having all the new favicon formats placed into the root directory of my website, I am placing them inside a subfolder. To conform to the standards, as some browsers / device versions do not use the path as directed inside the html meta tags, but instead try to get the file from the website root anyway, I am creating a rewrite rule to redirect all these files to the actual location - but ONLY these files. What I have come up with so far is the following : RewriteEngine On