Hi All
Just ran through the typical "notes" example on IIS using scaffold to
do the CRUD. I called up:
http://localhost/php/cake/app/?notes
and get the "List Notes" screen. However, clicking on "New Note" leads
to the following invalid URL:
/php/cake/app/index.php/notes/add
(which, btw, crashes php-cgi.exe)
If I call up the correct URL /php/cake/app/index.php?notes/add I see a
form for adding a new note. However, this too is littered with invalid
URLs which are missing the "?".
Why is Cake not applying the querystring "?" to URLs?
My core.php has the following line uncommented:
define ('BASE_URL', env('SCRIPT_NAME'));
Jack
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---