My problem was that I am using subdirectories.  The following linked
help me configure cake appropriately.

http://www.chriscassell.net/log/2006/07/27/how_to_install_.html

On Feb 25, 10:07 pm, "Trav" <[EMAIL PROTECTED]> wrote:
> Here is my apache.conf entry:
>
> LoadModule rewrite_module modules/mod_rewrite.so
>
> ...
>
> Alias /cows "C:/projects/cows/app/webroot"
> <Directory "C:/projects/cows/app/webroot">
>     AllowOverride All
>     Allow from all
> </Directory>
>
> And i have a a News controller so I can hit this url:
>
> http://localhost/cows/index.php?newsor 
> evenhttp://localhost/cows/index.php/news
> However, shouldn't I expect to hithttp://localhost/cows/news?  I get
> a 'Bad request' every time.  Any thoughts on what I am doing wrong?
>
> thanks,
> -Trav


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to