On shared host, I've uploaded phpMyAdmin and login works (cookie based) and whatever links are there works. But each time I click a button (POSTing a FORM like Next Page after clicking Browse) it gives a 500 (Internal Server Error) on the right-frame.
Checking the logs I found
Code: Select all
[Tue Jun 13 06:18:41 2006] [error] [client xxx.xxx.xxx.xx] mod_security: Access denied with code 500. Pattern match "(insert[[:space:]]+into.+values|select.+from|bulk[[:space:]]+insert|union.+select)" at POST_PAYLOAD [id "300016"] [rev "1"] [msg "Generic SQL injection protection"] [severity "2"] [hostname "mydomain.com"] [uri "/phpMyAdmin281/sql.php"]Code: Select all
---
Access denied with code 500. Pattern match....
Generic SQL injection protection
---Code: Select all
SecFilterInheritance Off