I’m using phplist as a newsletter program within a site. Phplist works in a fashion similar to running a site within a site, meaning it has it’s own css, js, image folders etc. I am trying to include() the index.php from its main folder on my outer or shell site (so to speak). I tried include(“/list/index.php”) and it included it. But, it tries to get the stuff like the css, etc. from the shell site.
How do I include the index from the subfolder and have it to also include it’s folders such as css, js, etc.?
Or, how do I get that included index to read the things it needs from the subfolder that it is inside?
What ever I do, I need to do it from the page in the shell site.
Or, is this even possible?