Hi everyone.

I want pretty url's like this:
http://localhost/cake/blog/posts/view/1
but I'm getting this:
http://localhost/cake/blog/index.php/posts/view/1
with the 'index.php' in the middle

I'm working locally, running Apache 2.x.x.x. The httpd.conf file reads
All for AllowOverride but, since the mod_rewrite module is commented,
I'm using the .httaccess files

In my core.php file I have uncommented the line 42,
define ('BASE_URL', env('SCRIPT_NAME'));

any ideas?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to