Why does my server doesn't allowed the "post" method.
The error says "The requested method POST is not allowed ". What configs am going to undertake. Thanks
Check if you have these lines in your php.ini file:
variables_order = "EGPCS"
magic_quotes_gpc = On magic_headers_gpc = On
This way, it should work
fLIPIS