Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mattias

    (@darkwhispering)

    Is it possible for you to deactivate all other plugins your using and only have Advanced Browser Check enabled to see if there is a conflict between any plugins.

    Thread Starter Marco Córdoba

    (@mcordoba)

    Hello Mattias!

    Your plugin works fantastic!
    After doing some debugging as you told me, I disabled all plugins and it kept throwing the same message. 🙁

    Finally I’ve found the solution: Beware of .htaccess
    I have this in wp-content directory for security reasons:

    <Files *.php>
    deny from all
    </Files>

    Then I’ve put the following code in the advanced browser check directory (wp-content/plugins/advanced-browser-check/)

    <Files *.php>
    allow from all
    </Files>

    I hope it should be useful for others.

    Marco

    Plugin Author Mattias

    (@darkwhispering)

    I glad you found the issue.

    And thank you for letting me know. I will add this as a FAQ for the plugin.

    Thanks.

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

The topic ‘Failed to load resource: 404 (advanced-browser-check.php)’ is closed to new replies.