So basically I have my website and I'm trying to make it compatible with everything.
You go to the page: /Page_Name
But the page Page_Name does not exist but the 404 page is what handles the the request. I'm almost using it as a PHP GET command.
Web browsers work, but some other scripts fail because HTTP returns 404.
How can I fix this without creating files for every page? Can I use the .htaccess file to make the "GET" command work without "?Name=Page_Name" ?