diff --git a/server.php b/server.php index 74aebe141..48aee0e7d 100644 --- a/server.php +++ b/server.php @@ -63,7 +63,7 @@ function valet_default_site_path($config) /** * Parse the URI and site / host for the incoming request. */ -$uri = urldecode( +$uri = rawurldecode( explode("?", $_SERVER['REQUEST_URI'])[0] );