i traced back $html->url() function to dispatcher.php function
dispatch()
here the trouble is with $this->baseUrl(); where $this->baseUrl should
be giving just
'/' or '/index.php' according to development or production setup,
but instead it was returning whole url like
www.abcde.com/index.php/controller/action

this caused most of my pages to give new links like
http://www.abcd.com/index.php/controller1/action/controller2/action

i hope the bug is fixed


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

Reply via email to