Is there a way to change login page URL in Magento?
问题 I want to change the URL for customer login in Magento. From the URL, www.mydomain.com/customer/account/login/ To something like this: www.mydomain.com/login How can I do this? 回答1: I have not tried this method yet but you can achieve this with url rewrite. Go to url rewrite and add custom url rewrite, give unique id path. And in request path give www.mydomain.com/login this url and in target path give this url www.mydomain.com/customer/account/login/ magento internally consider target path