For example I have in my theme folder named test-pages with some php web pages that display different message, in some part of process I want to pull with file_get_contents to get content of one page from that folder, but I can’t do it, it just doesn’t work, when I try to access directly to that page, I get 404 message like that pages doesn’t exists.
How can I make this page visible to WordPress, so I can access it without getting 404?
Hope you understand me.