You should check ISAPI_Rewrite's documentation to ensure that it is
compatible with IIS 6. If not, you can just as easy run without it, by
making two configuration changes:
(1) There's a commented-out line in app/config/core.php that looks like
this:
// define ('BASE_URL', env('SCRIPT_NAME'));
Change it to this:
define ('BASE_URL', env('SCRIPT_NAME') . "?");
(2) Below it, add:
define ('SERVER_IIS', true);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---