So, I have an install of WordPress on my server, with WP default .htaccess rewrite rules, however, I have a directory that with a whole application on it, running off of a database that I need users to be able to access. My problem is that whenever I go to the directory, WordPress reads it as being in the WordPress database. How would I correct that?
Thanks!
Jesse
You might find this useful… .htaccess & WordPress: Exclude folder from RewriteRule
You need to exclude the folder from WordPress’ Rewrite rules so WordPress doesn’t intercept the folder. That linked answer should help.