I need to keep all images, css, etc in one folder structure and all code in another. I'm trying to get the src paths right and just cannot do it.
I have css in the following structure: /public/content/*.css and all project code in this: /protected/Code/... And public and protected are in the same folder.
How do I use the public resource in the protected projects?
Cheers,