i get acsess denied when atrying to browse the rows in a table i even changed httpd.conf to read
Alias /phpmyadmin/ "E:/WebServ/addons/phpmyadmin/"
<Directory "E:/WebServ/addons/phpmyadmin">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
and that still didint fix the error
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same here... We have been at it for quite some time now with no luck. This seems like a common problem. Has no one solved it? If anyone has, we'd all love to know how... We're becoming desperate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i get acsess denied when atrying to browse the rows in a table i even changed httpd.conf to read
Alias /phpmyadmin/ "E:/WebServ/addons/phpmyadmin/"
<Directory "E:/WebServ/addons/phpmyadmin">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
and that still didint fix the error
Same problem. I get access forbidden error 403 when I try to browse the rows of a table in PMA.
I change the apache conf as well but didn't work.
Same here... We have been at it for quite some time now with no luck. This seems like a common problem. Has no one solved it? If anyone has, we'd all love to know how... We're becoming desperate.
Yup. Me too. Win XP, Webserv 1.2.7.0, PHP 4.3.9.
By: Mike Dessaint - mdessaint
mod_security problem
2004-09-29 19:39
SecFilter "select.+from"
needs to be removed from httpd.conf
it is creating a problem when trying to browse data with in a table thru phpMyAdmin
Worked!
Does this pose a security risk?