Skip to content

Commit e779315

Browse files
committed
Fix htaccess sample to use index.php instead of app.php
1 parent 415a1f8 commit e779315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerBag.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getHeaders()
5151
* RewriteCond %{HTTP:Authorization} .+
5252
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
5353
* RewriteCond %{REQUEST_FILENAME} !-f
54-
* RewriteRule ^(.*)$ app.php [QSA,L]
54+
* RewriteRule ^(.*)$ index.php [QSA,L]
5555
*/
5656

5757
$authorizationHeader = null;

0 commit comments

Comments
 (0)