mich wrote: > > btw would the path be: > > http://localhost/square/public/index/add ?? > >
Mich, It's somewhat difficult to say what the URL would be ... you seem to be changing your server setup between each post. But assuming that when you first create the project, you can view the Zend page at http://localhost, you would be able to access the actions you are creating at http://localhost/index/add etc. Or if, as per your last post, you get to your starter page at http://localhost/square/public, then the action URL would be http://localhost/square/public/index/add. You may get more help on issues such as this from an alternate source, perhaps http://www.zfforums.com/ ZFForums . -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Newbie-Message-Invalid-controller-specified-tp3334842p3342461.html Sent from the Zend Framework mailing list archive at Nabble.com.
