I have two environments of an e-commerce in Magento: homologation and production. The problem is this: when I log in for approval, it redirects me to production. In the confirmation login screen, the action of <form>
is going to the Production server, when in fact it should go to homologation, however the link that it should make the post is received by PHP code <?php echo $this->getPostActionUrl() ?>
, which in this case should receive the homologation link, right? Any idea what that might be?