XML-RPC on same server as Joomla site results in Error 404 - Joomla! Forum - community, help and support
we have webserver, running joomla 3.x.
we have developed xml-rpc webservice, tested first @ testserver. have tested call like:
now place webservice @ live server, , call:
the joomla engine catches call , returns error 404, page doesn't exist.
is there way make our webservice working desired?
we have developed xml-rpc webservice, tested first @ testserver. have tested call like:
code: select all
http://develop.xyz.com/apps/rest/getdata?my_id=123
now place webservice @ live server, , call:
code: select all
http://www.xyz.com/apps/rest/getdata?my_id=123
the joomla engine catches call , returns error 404, page doesn't exist.
is there way make our webservice working desired?
simply modify .htaccess (or whatever webserver's per-directory conffile, is) exclude either real directories/files, or specific urls, rewriting.
e.g. exclude specific urls pattern:
http://stackoverflow.com/questions/1633 ... od-rewrite
e.g. exclude specific urls pattern:
http://stackoverflow.com/questions/1633 ... od-rewrite
Comments
Post a Comment