Just a quick little thing, but i can't get past it.
So, say you would have in your html files references to images and css files, something like this: <img src="/img/myimage.jpg" />, and so on. Now, if you wanted to add a mod rewrite rule to map those addresses to something like /subset/img/myimage.jpg, how would you do that?
As far as i got, i couldn't overwrite paths that started with /. And while you're at it, would be nice if there would exist a rule that would do that mapping for all file requests.
Thanks!
Edit: And one more thing. There's also relative paths (generated by tinyMCE) that work like this "../../../../img/myimage.jpg". I'm not actually sure why those work, because those paths would get mapped somewhere way below public_html. Any help with those would be appreciated as well.