Daniel0 2 Posted June 17, 2009 Share Posted June 17, 2009 Either way, you're not supposed to see the public folder in any directory listing through Apache. It's supposed to be your DocumentRoot. Link to post Share on other sites
sunwukung 0 Posted June 17, 2009 Share Posted June 17, 2009 sure, I get that. I'm new to all this - so I'm just trying to setup ZF as an experiment. I'll try and configure a vhost next - thought not entirely sure how to go about it. Anyway - I've found the problem: http://www.icyphoenix.com/viewtopic.php?f=2&t=4935 WAMP has to have the rewrite module enabled or it chokes on local .htaccess. I've activated the module and public is now accessible. Link to post Share on other sites
trq 255 Posted June 17, 2009 Share Posted June 17, 2009 And, Daniel posted a simple vhost example so now your set. Link to post Share on other sites
sunwukung 0 Posted June 17, 2009 Share Posted June 17, 2009 Thanks for your help, I've got the vhost working now and the framework is all set up. Now for the hard part.... Link to post Share on other sites
abhiavs 0 Posted July 3, 2009 Share Posted July 3, 2009 tell me d use of helper and scripts directories in the application/view directory of a php project Link to post Share on other sites
trq 255 Posted July 3, 2009 Share Posted July 3, 2009 The helpers dir is for storing helpers, while the scripts dir is for your views. This is of course provided you are using a default config. Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.