IIS7 FASTCGI PHP CODEIGNITER Windows 500 内部错误
首先,该Web项目在Linux服务器上完美运行。
我正在尝试在 Windows Server 2008 上运行我的 Web Codeigniter 项目,其中 IIS7.5 配置有 PHP5.3 / FASTCGI。
当我将项目放入 wwwroot/project1 后运行该项目时,
它不起作用。它给出了 500 内部服务器错误:
Module: FastCgiModule Notification: ExecuteRequestHandler Hander: PHP_via_FastCGI Error Code: 0x000000000
我检查了 project1 上的权限设置,它确实有 iisusr。
.php 完美运行 phpinfo.php 可以工作。
我做了一个简单的 mysql_connect .php 脚本,它工作得很好。
它只是因为 CI 项目不起作用。
CI 项目需要在 IIS 上进行任何特殊设置才能在 IIS/FastCGI 上运行吗? 另外我没有任何 .htaccess 文件,不知道为什么它不起作用...有什么建议吗?
与 url 重写或其他什么有关吗?
First of all the web project works perfectly on linux server.
I'm trying to run my web codeigniter project on windows server 2008 with IIS7.5 configured with PHP5.3 / FASTCGI.
When i run the project after putting it in wwwroot/project1
it does not work. It gives a 500 internal server error :
Module: FastCgiModule Notification: ExecuteRequestHandler Hander: PHP_via_FastCGI Error Code: 0x000000000
I check the permission settings on project1 and it does have iisusr.
.php works perfectly
phpinfo.php works though.
I did a simple mysql_connect .php script and it works perfectly.
Its just for the CI project not working.
Any special settings needed on IIS for CI projects to work on IIS/FastCGI ?
Also i do not have any .htaccess file , not sure why it does not work... Any suggestions?
Anything gotta do with url rewriting or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的服务器管理员使用 php 5.2 重新安装了 IIS
,现在我们遇到了不同的错误,但至少这是更有用的...
IIS 上的 CI 需要哪些权限设置?
my server admin reinstalled IIS with php 5.2
and now we are have a different error, but at least this is something more useful...
What are the permission settings needed for CI on IIS?