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
OST
UT
ELETE
to custombuild and do ./build rewrite_confs
2. add to htaccess
both not help here, any Idea / suggestions?
Regards,
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



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,