Creating a Redirect

After you create redirect you have to clear cache of nopCommerce. Go to admin pannel, click on gear icon on top-right of the page. Click on Clear Cache.

To create a new redirect rule go to URL Rewrites page of the plugin.

If you set up Request Url to /*. Your store will break. The only solution would be to delete the record from database directly.

Make sure that your redirects do not create infinite loop. (e.g. /page1 -> /page2, and /page2 -> /page1)

Last updated