How to configure .htaccess route

0

I need to know how to configure htaccess so that when I access the url:

link

The action must be loaded:

link

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]
    
asked by anonymous 17.04.2018 / 20:19

0 answers