Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: index.php being directly usable in routing
Does not allow `/index.php` to be the basepath. This prevents having a duplicate of each page: - / !== /index.php/ - /some-route/example !== /index.php/some-route/example Should make all search engine indexers a bit more happy.
- Loading branch information