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 25dc25c commit 2787e50Copy full SHA for 2787e50
src/Symfony/Component/HttpFoundation/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