When a customer places an order and pays through our gateway i receive an email that the callback failed to:
index.php?option=com_virtuemart&view=pluginresponse&task=pluginnotification
with a 403 forbidden error. I know why it does it but i thought that adding:
RewriteRule ^components\/com_virtuemart/ - [L]
to my htaccess file would solve it. Do you know what file i need to allow direct access to in order for it to work?
/Michael