Enable REST-API in .htaccess

To use the Magento REST_AP it is necessary to set the following configurations in .htaccess:

  1. change Options +FollowSymLinks to Options +FollowSymLinks -MultiViews 
  2. insert  RewriteRule ^api api.php?type=rest [QSA,L]  directly under #RewriteBase /magento/

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.