wordpress standalone php file

I am using wordpress, and need to have a php file to do some non-wordpress logic.

If you try and navigate to it, wordpress thinks you are looking for a wp page, and does not find it, so responds with a 404.

Read More

Is there anyway to get workpress to allow access to a php page?
Maybe by changing the .htaccess file redirection rules?

Related posts

Leave a Reply

1 comment

  1. Pu the file in the wp installation folder where you have the folders wp-admin, wp-content and wp-includes. Then you can reach it using the yourWpSite/filename.php

    You can also put it in your theme folder but then you have to reach it like this: yourWpSite/wp-content/themes/yourTheme/filename.php