Using PyroCMS, I send a POST
request that returns a HTTP 505. If I send GET
request on same url is is working.
This is my route file code.
$route['admin/pms(/:any)?'] = 'admin$1';
This is url i send.
http://domain.com/index.php/admin/pms/index/2?
Why doesn't POST
work?