• Hi,

    One of the additions to htaccess by Better WP Security causes Javascript to fail in PHPMyAdmin. This means that the login box is not show.

    PHPMyAdmin loads the Javascript using arrays in the _GET querystring. The following line in htaccess prevents this:

    RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|ê|"|;|\?|\*|=$).* [NC,OR]

    Is there a way I can make an exception for phpmyadmin?

    https://www.ads-software.com/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘htaccess change breaks phpmyadmin’ is closed to new replies.