0

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?

Oldskool
  • 34,211
  • 7
  • 53
  • 66
newestUser
  • 917
  • 1
  • 6
  • 9

2 Answers2

0

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

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
-1

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

Phiter
  • 14,570
  • 14
  • 50
  • 84