Hi,
When an application is not served at the root of the webserver, why is the $this->here property not relative to the webroot property? ex. If I go to http://localhost/mywww/tests/cakebeta/controller/action I get: [webroot] => /mywww/tests/cakebeta/ [here] => /mywww/tests/cakebeta/controller/action I would expect to have: [webroot] => /mywww/tests/cakebeta [here] => /controller/action to avoid duplicate path information. Then I could have the full path with $this->webroot.$this->here Thanks for your answers. Jakecake --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
