I have wordpress installed at the web root directory of a server. I also have a file called test.php in the same directory that is not at all related or connected to wordpress (atleast not by any code within the test.php file). if i go to http://myurl.com/test.php i get my theme’s styling and the wordpress error message for when it can’t find a post at that particular url.
Is there a UI element in the Admin dashboard that allows you to change this behavior (I can’t find one, but I wouldn’t be surprised if I’ve overlooked it) or do I have to edit the modrewrite rules myself?
Thanks.
This is the .htaccess
RewriteRulegenerated by a WordPress install I have. Note theRewriteConds:!-fmeans if a file at that path does not exist.!-dmeans if a directory at that path does not exist.