Menu

phpmyadmin

Help
2004-11-01
2013-04-15
  • Jeremy Powers

    Jeremy Powers - 2004-11-01

    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

     
    • Nobody/Anonymous

      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.

       
    • Nobody/Anonymous

      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.

       
    • Nobody/Anonymous

      Yup. Me too. Win XP, Webserv 1.2.7.0, PHP 4.3.9.

       
    • Nobody/Anonymous

      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

       
    • Nobody/Anonymous

      Worked!

       
    • Nobody/Anonymous

      Does this pose a security risk?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.