Re: "webroot visible in the url" || "bake -app newsite caused htaccess woes"

2007-09-25 Thread paolino
I think this is in the manual, anyway... ;) 2007/9/24, Joshua McFarren <[EMAIL PROTECTED]>: > > > I figured this out so I thought I would post the solution. The > VirtualHost DocumentRoot needs to be: > > /var/www/cake/site2/webroot/ > > NOT > /var/www/cake/site2/ > > > > > --~--~-~--~---

Re: "webroot visible in the url" || "bake -app newsite caused htaccess woes"

2007-09-24 Thread Joshua McFarren
I figured this out so I thought I would post the solution. The VirtualHost DocumentRoot needs to be: /var/www/cake/site2/webroot/ NOT /var/www/cake/site2/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP"

"webroot visible in the url" || "bake -app newsite caused htaccess woes"

2007-09-21 Thread Joshua McFarren
I just started developing a new app using the lastest 1.2 source. The old way I used to do things was to untar a fresh instance of cake into /var/www and then rename it something like www.sitename.com. I would the setup a VirtualHost directive in Apache and point DocumentRoot to /var/www/www.siten