Linux tip, Fedora tip / howto: phpMyAdmin: Method Not Implemented, GET to tbl_change.php not supported |
Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.
phpMyAdmin: Method Not Implemented, GET to tbl_change.php not supported I suddenly got this error when trying to edit a table record using phpMyAdmin.To fix this, add this to your /etc/httpd/conf/httpd.conf, inside the block that starts with <Directory "/var/www/html"> (the path of the root of your Apache directory tree): SecRuleEngine off Alternatively, you can write a separate entry only for the directory where you have installed your phpMyAdmin (/var/www/html/phpadmin in my case, but probably different for you): Then restart Apache (/etc/init.d/httpd restart) and all should be ok.
|
Send me your comments!
Something didn't work as expected? You'd like to add some useful info to this tip? Use the form below to send me your comments. (Don't forget to fill out the super-lame CAPTCHA below..)