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?news or even
http://localhost/cows/index.php/news
However, shouldn't I expect to hit http://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 [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=en
-~----------~----~----~----~------~----~------~--~---