Skip to content

Commit

Permalink
[Static] fix redirection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 5, 2022
1 parent 3e0d087 commit e39044d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified packages/skeleton/var/app.db
Binary file not shown.
Expand Up @@ -23,7 +23,7 @@ protected function getRedirections(): string
{
$return = '';
foreach ($this->redirectionManager->get() as $r) {
$return .= 'Redirect '.$r[2].' '.$r[0].' '.$r[1].\PHP_EOL;
$return .= 'Redirect '.$r[2].' '.$r[0].'$ '.$r[1].\PHP_EOL;
}

return $return;
Expand Down

0 comments on commit e39044d

Please sign in to comment.