问题描述
我已经设置了具有以下配置的新服务器。
Windows Server 2003 with IIS 6 / PHP 5.2.17 / MySQL 5.0.51a / PhpMyAdmin 3.5.6
PHP工作正常,因为phpinfo在浏览器中显示正常。
MySQL已正确安装。
但是当尝试通过以下方式在浏览器中访问它时,PhpMyAdmin 3.5.6会提供HTTP错误403。
http:// localhost / phpmyadmin356
OR
http://192.168.11.22/phpmyadmin356
phpmyadmin356文件夹属于inetput >> wwwroot。
我仔细阅读了本指南。
谢谢,
可能没有为phpmyadmin356目录和/或该文件夹中的文件正确设置权限。您可能至少需要读取 IUSR
和 IIS_USERS
的权限。
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,
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
.
这篇关于PhpMyAdmin 3.5.6在带有IIS 6的Windows Server 2003中提供HTTP错误403的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!