You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support index.php fallback for files in built-in server
If no router script is used, the built-in webserver will now look for a fallback
index file recursively in all cases, including URLs with a period.
Furthermore, if a router script returns false, we will no longer perform a
recursive fallback. Previously, recursive fallback was performed when the URL
contained no period. The rationale for this is that it avoids serving the root
index.php file when the router has indicated that the file is a static file.
The existing behavior essentially assumes that virtual routes don't contain
periods, and that real files do. Both of those assumptions are incorrect.
FixesGH-12604
0 commit comments