We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702a5e7 commit 4c00d7cCopy full SHA for 4c00d7c
phpmyfaq/src/phpMyFAQ/Application.php
@@ -143,7 +143,7 @@ private function handleRequest(
143
status: Response::HTTP_NOT_FOUND,
144
);
145
} catch (UnauthorizedHttpException) {
146
- $response = new RedirectResponse(url: '/login');
+ $response = new RedirectResponse(url: './login');
147
if (str_contains(
148
haystack: $urlMatcher->getContext()->getBaseUrl(),
149
needle: '/api',
0 commit comments