Title: Browserconfig.xml Forbidden
Last modified: September 1, 2016

---

# Browserconfig.xml Forbidden

 *  Resolved [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/)
 * Hello,
 * I just noticed that when i try to access Browserconfig.xml then i got (Forbidden
   
   You don’t have permission to access /browserconfig.xml on this server.)
 * So i disabled all plugins one by one until i found that its because of (All In
   One WP Security) So can you please tell me wich option i should uncheck to fix
   this error?
 * Thank you
 * [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7636891)
 * Hi, start by disabling all Firewall rules. If this resolves your issue, start
   enabling one by one the features you require and at the same time carrying out
   a test until you find the feature that prevents you from having access to the
   file you mentioned above.
 * Also can you check your file permissions under Filesystem Security.
 * Let me know how you go.
 * Regards
 *  Thread Starter [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637005)
 * Hello mbrsolution,
 * Thank you for answer, i have done this already (uncheck every option i have in
   the plugin, and waiting 10 min for every uncheck, and clear all cache)
    But this
   not help, only way is deactivated the plugin, im sure its about some option what
   is need to be unchecked but it need to wait long time to see result, but if i
   did this for every option then i will need 1 month, that’s why i asked you if
   you already know which option i should uncheck.
 * Thank you
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637010)
 * Hi, I understand your issue. Can you tell me how do you access the following 
   file Browserconfig.xml? Is via your websites admin login or elsewhere?
 *  Thread Starter [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637014)
 * Hello,
 * I try to accessed by website admin login or elsewhere.
    Here is the link: [https://www.wikiasema.fi/browserconfig.xml](https://www.wikiasema.fi/browserconfig.xml)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637019)
 * Hi, please check the following [thread](https://wordpress.org/support/topic/allow-access-to-browserconfigxml),
   I know it is a year old. Let me know if this helps you in any way.
 * The following information from [Microsoft](https://msdn.microsoft.com/library/dn320426(v=vs.85).aspx)
   is what I found about browserconfig.xml file.
 *  Thread Starter [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637021)
 * Hello mbrsolution and thank you again for replay.
 * This way have fix the problem, but do you think its OK or it will broke other
   option?
    _ In .htaccess file section # SPECIFIC EXPLOITS I replaced RedirectMatch
   403 config\. with RedirectMatch 403 (?<!browser)config\.
 * and in section # 5G:[REQUEST STRINGS]
    replaced RedirectMatch 403 (eval\(|\_vti\_
   |\(null\)|echo.*kae|config\.xml) with RedirectMatch 403 (eval\(|\_vti\_|\(null\)
   |echo.*kae|(?<!browser)config\.xml)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637024)
 * Hi, it looks good to me and if it works for you then don’t change it. However
   I will suggest that you keep an eye open just in case you are blocked from another
   file or URL in your site.
 * Another question is, have you tried enabling 6G instead of 5G? Remember only 
   enable one option.
 * If the issue is resolved, can you mark this support thread as resolved.
 * Thank you
 *  Thread Starter [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637025)
 * Hello mbrsolution,
 * Actually i was enabling both 6G and 5G, and now i disable 5G and using only 6G
   but its still need the following line to be replaced…
 * _RedirectMatch 403 config\.
    with RedirectMatch 403 (?<!browser)config\.
 * Thank you for great support.
 *  [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * (@chesio)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637048)
 * Hi morio2,
 * > RedirectMatch 403 config\.
 * This rule is part of “Advanced Character String Filter”, so you have to turn 
   off this ruleset as well (the other one is part of 5G as [@mbrsolution](https://wordpress.org/support/users/mbrsolution/)
   pointed out).
 * I recommend using Custom Rules tab for saving your changes. Copy all rules between(
   but not including) `#AIOWPS_ADVANCED_CHAR_STRING_FILTER_START` and `#AIOWPS_ADVANCED_CHAR_STRING_FILTER_END`
   markers from your `.htaccess` file, paste them into Custom Rules, make your changes
   to the `RedirectMatch 403 config\.` line and save. Then, turn off “Advanced Character
   String Filter” and save again.
 * Greets,
    Česlav
 *  Thread Starter [morio2](https://wordpress.org/support/users/morio2/)
 * (@morio2)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637053)
 * Hello chesio,
 * You are right, i have followed the steps you said and now everything is working
   fine without replacing any codes, and the reason why changes not take effect 
   its because of (Varnish cache) was enabled on my server.
 * Thank you great team for support and for awesome plugin.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Browserconfig.xml Forbidden’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [morio2](https://wordpress.org/support/users/morio2/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/browserconfigxml-forbidden/#post-7637053)
 * Status: resolved