PhpMyAdmin 3.5.6 gives HTTP Error 403 in Windows Server 2003 with IIS 6

孤人 提交于 2020-01-03 04:56:47

问题


I have setup new server with following configuration.

Windows Server 2003 with IIS 6 / PHP 5.2.17 / MySQL 5.0.51a / PhpMyAdmin 3.5.6

PHP working fine as phpinfo is displaying fine in browser. MySQL is installed properly.

But PhpMyAdmin 3.5.6 gives HTTP Error 403 when try to access it in browser by following way.

http://localhost/phpmyadmin356 
OR
http://192.168.11.22/phpmyadmin356

phpmyadmin356 folder is under inetput >> wwwroot.

Please help me to resolve this issue.

I went through this guide. http://dpotter.net/technical/2009/03/installing-phpmyadmin-on-windows-and-iis-60/

Thank you,


回答1:


Probably your permissions aren't set correctly for the phpmyadmin356 directory and/or files within that folder. You probably need, at a minimum, read permissions for IUSR and IIS_USERS.



来源:https://stackoverflow.com/questions/21335147/phpmyadmin-3-5-6-gives-http-error-403-in-windows-server-2003-with-iis-6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!