duanchuopi2298 2013-07-09 23:22
浏览 75
已采纳

Zend Studio安装程序

I have been using Notepad++ all this while for php and I wanted to switch to Zend Studio. When I am creating a new Project in Zend Studio and then adding a new Hello World php file with a simple echo statement. On executing the program I get this error :

The requested URL /TestProject/hellow.php was not found on this server.

How do I get it to execute it from the C:/wamp/www/ folder ?

  • 写回答

1条回答 默认 最新

  • duandao3265 2013-07-09 23:34
    关注

    It is good that you are switching to me Zend Studio, you will enjoy it.

    Normally there are no need to execute a php file directly from your Zend Studio, as you can easily access the file in your browser. But you can also easily configure zend studio to do it. Below are the steps:

    1) Create a new project (Local project). You will see the following screen.

    2) Enter project name and in location, select Browse. In Browse window, select your www folder and then click finish. Zend will automatially create a folder named as the project name.

    3) Click Next and you will see the following screen.

    enter image description here

    Review your settings as in the picture, and then click finish.

    Zend will also create an index.php file which is empty. Add some test code to it and then run it, you will see the output in the builtin zend studio browser.

    Hope this will help you.

    Thank you

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 ceph的对象、块、文件相关问题求解答
  • ¥50 如果使用python进行ERA5 10米风场预报检验
  • ¥15 navicat解析mysql密码
  • ¥15 SDAPI(关键词-table)
  • ¥15 unity安卓打包出现问题
  • ¥15 爱快路由器端口更改错误导致无法访问
  • ¥20 安装catkin时遇到了如下问题请问该如何解决呢
  • ¥15 VAE模型如何输出结果
  • ¥15 编译python程序为pyd文件报错:{"source code string cannot contain null bytes"
  • ¥20 关于#r语言#的问题:广义加行模型拟合曲线后如何求拐点
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部