I install the B2B extension on the local computer for Magento without any problems. But, doing the same for the client server, I get the following error:
404 Not Found The server can not find the requested page: mydomain.com/errors/report.php?id=264218583315&skin=default (port 80) Please forward this error screen to mydomain.com WebMaster.
Where do I need to make changes? I replaced the next line 33 in the Observer.php file.
Mage::app()->getResponse()->setRedirect(Mage::helper('adminhtml')->getUrl("customer/account/login"));
from
Mage::app()->getResponse()->setRedirect("http://mydomain.com/magento/index.php/customer/account/login"));
Also when I insert url
http://mydomain.com/magento/index.php/customer/account/login
The browser directly works fine. But here it redirects to the 404 error page.
Do I need to make any changes to any file in Magento or some other configurations?
Manoj suryawanshi
source share