I am quite new to Joomla! and building a custom component to provide API services. Below is the url to the component function :
http://www.example.com/index.php?option=com_componentA&task=ajax.functionA&format=json
I would like to change it to become :
http://www.example.com/componentA/functionA
Is there any idea I could achieve that?
I tried rewrite on .htaccess for that particular url but Joomla! will redirect it back to index.php.
Also tried installing joomsef by ARTIO but it did not work.
Thanks in Advance!