• What I am trying to do is add a php file into a page with an iframe. The problem is the installation I am doing this on assumes everything under the root directory is WordPress, so it is forcing WordPress pathing on that file. When it does that I get a 404 since WordPress doesn’t recognize the file path.

    I cannot modify anything on the server. Is there anything I can add to my php file that can skirt around trying to have WordPress force itself on it?

The topic ‘Including Files Without WP’ is closed to new replies.