0

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

jwinton
  • 91
  • 1
  • 1
  • 17

1 Answers1

1

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.

Community
  • 1
  • 1
AndyDev
  • 1,409
  • 10
  • 17