diff --git a/Plugin/Store/App/Request/PathInfoProcessor.php b/Plugin/Store/App/Request/PathInfoProcessor.php index 0d6b82a..dd6e840 100644 --- a/Plugin/Store/App/Request/PathInfoProcessor.php +++ b/Plugin/Store/App/Request/PathInfoProcessor.php @@ -77,6 +77,6 @@ public function aroundProcess( } $pathParts[0] = $storeCode; - return $proceed($request, implode('/', $pathParts)); + return $proceed($request, "/". implode('/', $pathParts)); } }