Domanda

Is it possible in magento to redirect existing site one page to another website?

Like. http://magento-website/demo to http://magento-website-2/demo

Without using htaccess and php header function.

Using magento code standard

È stato utile?

Soluzione

Url rewrites are working in a default Magento environment for external redirects, too. You can redirect almost every path of your store that way, because the check for redirects is done before other Magento routers come into action.

Therefore the rewrite in the below screenshot will do the redirect for your example.

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top