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 the other one and restarted Apache, it worked great. Sorry to have wasted anybody's time! Thanks.
On Nov 19, 1:36 pm, "Ryan P." <[email protected]> wrote: > Thanks, Mike--I have an .htaccess file in both environments, and they > are identical: > > <IfModule mod_rewrite.c> > RewriteEngine on > RewriteRule ^$ webroot/ [L] > RewriteRule (.*) webroot/$1 [L] > </IfModule> > > On Nov 19, 12:28 pm, mike karthauser <[email protected]> wrote: > > > 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.conf file is okay, and I've played > > > with different routes configurations, but I just can't figure it out. > > > For what it's worth, I have another cake app in a different location > > > (somebody else set that up for me), and it works fine--I mention this > > > just to say that I think all my Apache settings are okay. > > > > Does anybody have any suggestions? Thanks! > > > sounds like you might be missing a .htaccess file or its not configured > > properly. check for .htaccess in webroot and compare to your working > > version -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
