I discovered that any laravel website is accessible with index.php as a parameter.
This is a big problem, index.php in url parameter breaks all images. Look at a real example to understand what I mean:
http://www.example.com/main-thing/sightseeing
http://www.example.com/index.php/main-thing/sightseeing
Googlebot read some urls with index.php as a parameter of url. This has effect to breaks all images when someone get access to the website from google search with index.php.
Also, this is a bad seo practice because produce duplicate content.
What is the best way to fix that?