Commit b53e6cd0 by Taylor Otwell

update server for urldecode.

parent 5d99f9f1
......@@ -2,6 +2,8 @@
$uri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
$uri = urldecode($uri);
$requested = __DIR__.'/public'.$uri;
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment