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 415a1f8 commit e779315Copy full SHA for e779315
ServerBag.php
@@ -51,7 +51,7 @@ public function getHeaders()
51
* RewriteCond %{HTTP:Authorization} .+
52
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
53
* RewriteCond %{REQUEST_FILENAME} !-f
54
- * RewriteRule ^(.*)$ app.php [QSA,L]
+ * RewriteRule ^(.*)$ index.php [QSA,L]
55
*/
56
57
$authorizationHeader = null;
0 commit comments