Hello, I have Mod Security running and would like to deactivate it for the server-wide phpmyadmin installed under IP/phpMyAdmin Does someone have the instructions at hand please, so I don't need to look everywhere? Thank you
Try to edit the /etc/apache2/sites-available/ispconfig.conf file and change: <Directory /usr/share/phpmyadmin> Order allow,deny Allow from all </Directory> <Directory /usr/share/phpMyAdmin> Order allow,deny Allow from all </Directory> to: <Directory /usr/share/phpmyadmin> Order allow,deny Allow from all SecRuleEngine Off </Directory> <Directory /usr/share/phpMyAdmin> Order allow,deny Allow from all SecRuleEngine Off </Directory> and restart apache.
Thanks Till! But unfortunately this didn't solve my issue when i want to delete a table record: Method Not Implemented GET to /phpmyadmin/sql.php not supported. Apache/2.2.0 (Fedora) Server at codag.net Port 80 I think this is since i updated debian?!
But where does this come from? Code: Method Not Implemented GET to /phpmyadmin/sql.php not supported. Apache/2.2.0 ([COLOR="Red"]Fedora[/COLOR]) Server at codag.net Port 80 Are you sure you are troubleshooting the correct server?
Yes I am. Don't know why there's a "Fedora" but a friend of mine has that as well on a debian squeez. Maybe hetzner repos? .. well, i had still no luck with that phpmyadmin