I have a local cake site running on http://10.0.0.161/

if I access http://10.0.0.161/ everything is fine

if I access http://10.0.0.161/users/login?test everything is fine

but if I access  http://10.0.0.161/?test

cake says

*Warning* (2) <javascript:void(0);>: strpos() [function.strpos 
<http://php.net/function.strpos>]: Empty delimiter 
[*CORE/cake1.2/dispatcher.php*, line *607*]


    Missing Controller

*Error: * /TestController/ could not be found.

*Error: * Create the class /TestController/ below in file:
crowdnews/controllers/test_controller.php

How do i get cake to ignore everything after ? when accessing
http://10.0.0.161/  ??




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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