If you are using the Apache web server and you are getting this error, it might be related to the Options -MultiViews
Apache configuration parameter. In that case, I would recommend you to edit public/.htaccess
file and uncomment the following code by removing #
in front of it:
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>