AI OnAI Off
How are the page resources addressed? Relative or absolute? If relative, then I don't see any reason why this wouldn't work. If you have a static HTML file in the Global VPP, then it would have a path of "/Global/my-file.html." If you had a subdirectory of "css", then you could address the CSS as "css/my-file.css" and that should load (the browser would request "/Global/css/my-file.css").
Hiya,
I'm trying to store raw html in EPiServer for multiple sets of pages, each set having their own static files in subdirectories. How can I do this programatically in such a way that the images etc still load properly when the html is displayed by EPiServer?
The structure of one of the sets might look like this:
Thanks
Tim Abell
I have a more detailed question about one of the approaches I've tried here: http://stackoverflow.com/questions/9929031/how-to-alter-the-prefixes-episerver-is-adding-to-src-attributes-in-html