Re: Installation question - Windows/Apache

2009-11-19 Thread Ryan P.
Okay--I feel stupid that it was an httpd.conf error. Thanks to another post in this group, I figured it out. I had more than one AllowOverride in my httpd.conf file, and I only changed it to "All" for one of them (I hadn't realized there was a second one further down the file). Once I changed th

Re: Installation question - Windows/Apache

2009-11-19 Thread Ryan P.
Thanks, Mike--I have an .htaccess file in both environments, and they are identical: RewriteEngine on RewriteRule^$webroot/[L] RewriteRule(.*) webroot/$1[L] On Nov 19, 12:28 pm, mike karthauser wrote: > On Thu, 2009-11-19 at 09:25 -0800, Ryan P. wrote: > > My p

Re: Installation question - Windows/Apache

2009-11-19 Thread mike karthauser
On Thu, 2009-11-19 at 09:25 -0800, Ryan P. wrote: > My problem is, if I go to > http://localhost/cakeapps/cakewebsite1/businesses, > I get this error: "The requested URL /cakeapps/cakewebsite1/ > businesses was not found on this server." I've done a lot of web > searching, I've made sure my httpd

Re: Installation question - Windows/Apache

2009-11-19 Thread Ryan P.
Thanks, Simon! That worked well (though I had to actually go to http://localhost/cakeapps/cakewebsite1/ to see the Cake welcome page). Now I'm having another problem though. I setup a home.ctp in views/pages, and I have no problem seeing its contents at the URL mentioned (http://localhost/cakeap

Re: Installation question - Windows/Apache

2009-11-03 Thread Simon
its simple just drop all the cake files into cakewebsite1 and cakewebsite2 folder and go form there http://localhost/cakewebsite1 On Nov 3, 8:38 am, "Ryan P." wrote: > I want to play with Cake in a Windows environment where I have Apache > installed without affecting my ability to still develo

Installation question - Windows/Apache

2009-11-03 Thread Ryan P.
I want to play with Cake in a Windows environment where I have Apache installed without affecting my ability to still develop sites without Cake. With Apache running, I can build websites within the "C: \Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs" folder. What I would like t