iis7 服务 .php 文件
我有一个旧的 php 应用程序,之前托管在 Apache 2.2 上。现在我尝试将其托管在 IIS 7.5 上。我使用 WebPlatform 安装程序安装了 php。然后将目录复制到 inetpub\wwwroot 文件夹。添加此目录作为 IIS 中的应用程序。但是当我浏览 search.php 时,它会在浏览器中弹出“另存为文件”对话框 - 要求保存文件。相反,应该返回浏览器可以显示的 html 响应。
如果将示例index.php 与phpInfo() 放入其中。它可以正常工作,但不能正常运行 PHP 文件。我是否错过了任何步骤?
那里有 php 人吗?我尝试重新安装,即使使用 xampp,但没有运气:(
I have a old php applications which was earlier hosted on Apache 2.2. Now I am trying to host it on IIS 7.5. I installed php with WebPlatform installer. Then copied directory to inetpub\wwwroot folder. Added this directory as application in IIS. But when I browse search.php, it pops up save as file dialog in the browser - asking to save the file. Instead should return the html response which browser can show.
If put sample index.php with phpInfo() in it. It works properly but not the acutal PHP files. Have I missed any steps?
Any php guys out there? I tried reinstalling, even with xampp, but no luck :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您已安装它,但可能未正确配置。您应该按照 此处
You have installed it but might not be configured properly. You should follow instructions over here