Frage

How to I redirect the https://www.example.com/home to https://www.example.com

I have tried redirect through URL Rewrite Management

With below details:
Type : Custom
Request path : /home
Target Path : /

but it is not working

War es hilfreich?

Lösung

Type: Custom

Store: Select the appropriate store.

ID Path: home

Request Path: home

Target Path: ../

Redirect: Permanent (301)

Description: Redirects /home to /

enter image description here

Andere Tipps

Type: Custom
Store: Select the appropriate store.
ID Path: home
Request Path: /home
Target Path: ./ (if its not working then try ../)
Redirect: Permanent (301)
Description: From /home to /

I used same thing and its worked for me. So just tried it.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top