diff --git a/configs/redirects.config.php b/configs/redirects.config.php index 9730428..6defd94 100644 --- a/configs/redirects.config.php +++ b/configs/redirects.config.php @@ -8,6 +8,7 @@ // - A handler would be a method in FooController that was annotated with // - either #[FrontpageRoute] attribute // - or configured in routes.php - '^\/settings(\/.*)?' => 'simplesettings.page.index' + '^\/settings(\/.*)?' => 'simplesettings.page.index', + '^\/u\/[a-zA-Z0-9]+' => 'apps/files' ], ];