How do I serve static content on same domain as WordPress

If the files are static HTML, then you only need to be concerned with name collisions for the directory structure. And if you don’t have anything in WordPress that generates /demo/subfolder/ you don’t have to worry about ignoring it – it’s already ignored.

I have a sandbox folder that I use for a similar purpose as you and haven’t had to implement anything – It’s ignored by WordPress already.

Leave a Comment