A simple PHP model-view-controller framework, built step-by-step as part of the "Write PHP like a pro: build an MVC framework from scratch" course on Udemy.
I am running the application on a windows server.
The root of the server is pointed to the public folder of the project.
The rewrite rule go to index.php, but QUERY_STRING is always empty.
thats my rewrite in IIS, i cant get de routes in QUERY_STRING
Hi Dave, how are you? Here again with questions.
I am running the application on a windows server. The root of the server is pointed to the public folder of the project. The rewrite rule go to index.php, but QUERY_STRING is always empty.
thats my rewrite in IIS, i cant get de routes in QUERY_STRING
Thanks again dave