I have a demo of my cake app nested inside my main app with a url like
so

localhost/demo/users/autologin

the demo folder contains all the folders of a cakephp app such that
when I reference a pdf file like

<a href="<? $this->webroot; ?>file.pdf">

it looks in the webroot folder in the demo app.  How can can I
reference the pdf file, which is in the webroot folder of the real app?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to