Answer the question
In order to leave comments, you need to log in
All In One WP Security is blocking access to the browserconfig.xml file How can I access it?
The plugin for wordpress All In One WP Security blocks access to the browserconfig.xml file with these lines RedirectMatch 403 config\.
and
RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
in the .htaccess file. As I understand it, this is due to the presence of the word config in the file name. And I understand that this is done for the sake of site security, to restrict access to config files. How without opening access to all config files, give access only to the browserconfig.xml file? This file is located in the /favicons/ directory.
Answer the question
In order to leave comments, you need to log in
RedirectMatch 403 config\.
RedirectMatch 403 ^/(?!favicons/browserconfig\.xml).*config\.
There is also this line
RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question