1

I need to change my vendor url

From mysite.com/vendor.php?dispatch=auth.login_form&return_url=vendor.php

To

mysite.com/vendor-login

Can someone provide me solution?

Thanks In Advance

ShaanSetia
  • 336
  • 2
  • 5
  • 17

2 Answers2

3

You can go to Webiste > SEO > SEO Rules and add the URL there.

Kind regards,

Enigmatic
  • 370
  • 2
  • 11
  • This steps only change the dispatch value of index.php – ShaanSetia Sep 24 '18 at 10:54
  • @ShaanSetia Then I suggest you add a new mode by extending the 'login_form' with the exact same code as in the 'login_form' mode and hardcode the return_url variable in there. – Enigmatic Sep 25 '18 at 17:49
0

You can rename the vendor.php to aything you consider is better but you need to keep .php extension

config.local.php

enter image description here

PS: vendor.php is not relevant for SEO, is not indexed, is only for vendors to manage their orders/users/products ...

Hungryweb
  • 615
  • 6
  • 11