Replies: 3 comments 2 replies
-
Request unclear. You mean: "redirect to the route without the index.php if that is in the url"? |
Beta Was this translation helpful? Give feedback.
-
Here is a given route in a Laravel website: https://thewebtier.com/articles However it seems that the following url will also work: https://thewebtier.com/index.php/articles This situation can cause that competition could create urls for those unwanted urls with index.php and search engines will see duplicated urls for our whole website and finally we don't know which urls will be displayed in search engines (those without index.php or those with it). |
Beta Was this translation helpful? Give feedback.
-
This has been already discussed here, but Apparently there is still no mention at all in the docs or something: #30398 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://thewebtier.com/remove-index-php-from-the-url-in-laravel
Do you think the laravel framework should handle this ?
ex:
https://spatie.be/index.php/products
https://forge.laravel.com/index.php
https://beyondco.de/index.php/software
Beta Was this translation helpful? Give feedback.
All reactions