Error 405 for PUT / DELETE Methods

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
Just try to work with php code (laravel framework) and I got error when using PUT / DELETE Methods
I try to:
1. add http_methods=GET:HEAD:pOST:pUT:DELETE
to custombuild and do ./build rewrite_confs

2. add to htaccess
Code:
<Limit GET POST PUT DELETE PATCH>
order deny,allow
allow from all
</Limit>

both not help here, any Idea / suggestions?

Regards,
 
Hello,

Do you have custom templates on your server which overwrites default ones? Check the custom folders under custombuild and templates.
 
It works on my end.

There is no chance for us to guess what might be wrong on your end, as you already specified the commands which are sufficient to amke the things to work.

Check configs and logs for more details.
 
Back
Top