diff --git a/frontend/rewrite.php b/frontend/rewrite.php index 177d286..15f7c6f 100644 --- a/frontend/rewrite.php +++ b/frontend/rewrite.php @@ -59,6 +59,7 @@ try $router->routes = array( 0 => array( '^/?$' => "modules/client/vps/list.php", + '^/list?$' => "modules/client/vps/list.php", '^/account/?$' => "modules/client/account/index.php", '^/login/?$' => "modules/shared/login.php", '^/logout/?$' => "modules/shared/logout.php",