Daniel0 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. Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-858011 Share on other sites More sharing options...
sunwukung 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. Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-858015 Share on other sites More sharing options...
trq Posted June 17, 2009 Share Posted June 17, 2009 And, Daniel posted a simple vhost example so now your set. Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-858433 Share on other sites More sharing options...
sunwukung 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.... Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-858499 Share on other sites More sharing options...
abhiavs 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 Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-868249 Share on other sites More sharing options...
trq 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. Quote Link to comment https://forums.phpfreaks.com/topic/134641-solved-zend-framework-and-wamp/page/2/#findComment-868255 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.