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.
2 parents 86cab6e + d641090 commit 43ed99dCopy full SHA for 43ed99d
ServerBag.php
@@ -49,7 +49,7 @@ public function getHeaders(): array
49
* RewriteCond %{HTTP:Authorization} .+
50
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
51
* RewriteCond %{REQUEST_FILENAME} !-f
52
- * RewriteRule ^(.*)$ app.php [QSA,L]
+ * RewriteRule ^(.*)$ index.php [QSA,L]
53
*/
54
55
$authorizationHeader = null;
0 commit comments