POST method returning 405 method not allowed on Apache production server - Symfony3 project
问题 General Scope described here previous question I managed to get the project working locally just fine, after that I published the project to my employer's production server and after some configuration it was live. However, I am getting "405 method not allowed" when I do the POST methods I was doing locally. Is it a routing problem ? Is it a config problem ? Is it a permission problem ? Something else ? Config Information is large and I am not sure what would be a security risk if I post here