Allow access to browserconfig.xml
-
Hi. To get favicons working nowdays it seems I need to allow access to the file in root “browserconfig.xml”
I added the file/code and in WP Security/Tools/Custom .htaccess rules
I added:
<Files browserconfig.xml> <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Allow from all </IfModule> </Files>But this seems to not grant access to the file. Please help me out how to solve this or/and if I need to do it in another way.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Allow access to browserconfig.xml’ is closed to new replies.