I'm building a web tool and it needs to be hosted on the same domain as the WordPress site, however the tool and WordPress don't play well together.
How can I create a directory, or pages, completely separate from WordPress so I can run my custom code?
WordPress is installed at the top level of the website, so it controls everything and I'd like to know if there is a way I can tell WordPress not to control certain pages or directories. Possibly via htaccess?
Note: It has to be completely separate from WordPress in order to work.
Thanks