简体   繁体   中英

How do i run .php on localhost using zend server?

I have installed Zend server. When i log on to Zend server, monitor and Server info, it says:

Installation path: /usr/local/zend/share/ZendFramework

I can't access any of these folders, or even see that they exists on my mac. How do i run the .php files using zend server?

/usr is generally a hidden folder in Finder. You can access it though the Terminal.

You'll have to find the Zend\\Apache\\htdocs folder where ever you have ZendServer stored. Add your website files to the htdocs folder so you can run them in local host:

Example:

C:\\Program Files (x86)\\Zend\\Apache2\\htdocs\\index.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM