1

I'm using magento 1.9, nginx and want to customer url rewrite without 301 or 302.

i.e

/customer/account/login/ 

need to rewrite to

/login/.

Changes the default log-in address /customer/account/login/, it can be accessed at /login/.

Please response asap.

Thanks,

Yeshu
  • 414
  • 3
  • 12

1 Answers1

1

When I was looking to rewrite URLs I found this question and answer helpful.

You can also have a look at this one, or simply try out this open source module found on github.

Hope one of these helps you!

taskle
  • 365
  • 3
  • 20
  • I used one module and it works.. We can change the url as we want.. i.e. https://www.example.com/sales/order/history/ to https://www.example.com/customer/sales/track/ or https://www.example.com/customer/sales/order/history/ or https://www.example.com/order/history/ ...anything without updating single line code. – Yeshu Sep 16 '16 at 15:23