I asked this question yesterday, looking if more people can help me out.
I installed the minimal zend framework on my freshly installed linux.
Using zf create project command I created a project, no errors inside the linux's html folder.
I go to localhost/projectname and it just opens up the project directory, once I go to public, it shows me the welcome to zend framework page (seems right, right?). I add a public action to indexcontroller but it doesn't link up with zend framework.
Can anyone explain the issue here or skype me at darius.coder ???
I've never been able to install a working installation of zend framework and only need to see it done once. Can anyone PLEASE help ? I have team viewer as well.
it doesn't link up? Also, if your project is setup properly, when you typelocalhost/projectnameit should be showing you the project and not the directory listingpublicfolder within your ZF app should be your document root (well, it's not required, but is the most logical choice anyway). So, just create a local domain (yourproject.local) point that to 127.0.0.1, create an apache VirtualHost which sets the document root to the public folder of your project (see Creating A Local Domain Using Apache Virtual Hosts).