I set up my laptop so that I can access or edit files and view it on
the browser through my LAN (Apache is on my desktop computer). When I
loaded the pages in the browser on the laptop, I notice that CSS and
Images are linked incorrectly. It writes 2 root paths. Eg. Where ever
there was an $html->css() or $html->image() call it should have
output:

/rootPath/webroot/css/..
and
/rootPath/webroot/img/...

Instead, I get:

/rootPath/rootPath/webroot/css/...
and
/rootPath/rootPath/webroot/img/...

What is going on?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to