1
I tried to file a requisition for the guy PUT
in a project of mine, but is being returned the following error:
The requested method PUT is not allowed for the URL /index.php
I’m using PHP to make this request, but specifically using the Laravel 5 framework.
From what I could see this seems to be an apache problem, and not the framework I’m using, since the Laravel error page is quite different from the Apache2 page.
This page, as it seems, should be returned by Apache:
I’ve never been in this trouble before.
Please, could someone let me know if it is necessary to configure apache to resolve this?