this is not the way to set the base in 1.2.
If you are using the current nightly, you can set
Configure::write('App.base', '/path/to/index'): in your core.php
Cake will use this path without doing anything tricky. If you want to
make your app more portable, then use Configure::write('App.baseUrl',
'path/to/index');--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
