Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Do you really think that "does not work" is enough of a problem description to get useful help?
-
C0D4681463yIs your Prod and Dev environment the same?
Because you seem to keep having environment specific issues. -
nine2763y@theKarlisK I checked and the short tags are enabled. I am not really sure about the "security hardened" thing because of lack of experience
-
C0D4681463y@nine if you add a file outside of CI and grab the input with php://input does it grab the PUT data?
Ensure the new file is in the same directory as the .htaccess -
C0D4681463y@nine
do you have access to the httpd.conf file in /etc/httpd
or apache.conf in /etc/apache/
you might find the block is in the appropriate .conf file or files for the virtualhosts or even ssl.conf depending on how things have been setup.
there is unfortunately several places you could utilise to block a http method in apache.
Related Rants
PUT method works in dev but not in prod for code ignitor. Stuck on this one from a week. Someone HELP 🥲
(Checked htaccess and PUT is enabled)
question
codeigniter
.htaccess
php
put