So in devploment stage i have cake directories

/andriu/cake - witch cake core
/andriu/beta/, /andri/beta/webroot - witch app (controlers,models etc,
httacces)

i use $html->link(..) to create html code on web pages exp.

in apache alias beta.lowcy.pl > /andriu/beta

echo $html->link('home','/homes'); // <a
href="http://beta.lowcy.pl/homes";>


and all is ok, but not when i rename beta to lowcy

/andriu/cake - witch cake core
/andriu/lowcy/, /andri/lowcy/webroot - witch app (controlers,models
etc, httacces)

in apache domain lowcy.pl > /andriu/lowcy

echo $html->link('home','/homes'); // <a
href="http://beta.lowcy.pl/webroot/homes";>

why function link generate bad url witch /webroot/ ??


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