0

On CentOS 5 I updated phpMyAdmin to the latest release. I can access and browse tables and records but when I try to insert a new record I receive the following error:

Forbidden
You don't have permission to access /phpmyadmin/tbl_replace.php on this server.
  • I used chown -R apache:apache do phpmyadmin dir
  • I then used chmod 775 -R to phpmyadmin dir
  • I then tried reverting back to the old phpMyAdmin release 2.11.x and I get the same error.

How can I track down the problem and solve it?

Wesley
  • 32,690
  • 9
  • 82
  • 117
Michele
  • 169
  • 10

1 Answers1

1

Ok, i found it was a conflict with mod_security

Michele
  • 169
  • 10