Admin Tools version: (latest)
Hi Nicholas,
I have a webshop (magento) in a subdirectory of my site: www.site.com/shop/language
My payment provider has changed their software and now the shop must connect with it via a POST request. I can't make the connection and we have searched everywhere.
The admintools generated .htaccess file for the site (www.site.com) has this line:
RewriteCond %{THE_REQUEST} !^POST
Is this stopping the shop from connecting with the payment provider?
Should I comment this out?
And am I without protection if I do this?
Can I write an exception for this provider's website only?
And how should the code look like?
Thanks a lot in advance.
Best
Izai