Hi Maxus,

Have you uncommented the line

//      define ('BASE_URL', env('SCRIPT_NAME'));

in /app/config/core.php ?

That should do it for most cases. However, recently I had a problem
with a specific host (strato.de), not supporting mod_rewrite and the
server returning a false value for env('DOCUMENT_ROOT'). This in turn
caused helpers generated links to return a false path. I was able to
fix it by changing one line in the cake/dispatcher.php. See the ticket
<a href="https://trac.cakephp.org/ticket/2126";>#2126</a>

regards,
jean-claude


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

Reply via email to