I need to know how to configure htaccess so that when I access the url:
The action must be loaded:
For Opencart integration with an ERP to function properly.
* Remembering that I need something generic that works for all methods within rest_api
I tried this but it did not work:
RewriteRule ^route=feed/? index.php?route=extension/feed/$1 [L]