Installation and configuring plug-in URL Redirect Manager for nopcommerce. You can configure plugin very easy. After installing you can Enable Log 404 Errors and you will see bad Urls on your store. Plugin has special list for adding mapping beatween Request Url and Target Url and status code. If you need to import many routes you can use the next CSV format of files. This file has 3-5 columns. RequesUrl,TargetUrl,StatusCode,StoreId,Comment. Example (3-columns templates) iphoneX302,iphoneX,301 oldmainpage,\,301 Example (4-columns templates) iphoneX302,iphoneX,301,0 oldmainpage,\,301,1 First redirect is for all stores Example (5-columns templates) iphoneX302,iphoneX,301,0,we use this redirect for old product oldmainpage,\,301,1,seo specialist asked use to add it First redirect is for all stores and has comment 'we use this redirect for old product' Each product, category and manufacturer page in admin mode has new tab with redirected routes. It can help you manage them fast. You can use patterns 1. Use mask '*' at the end of the Request Url How to redirect PHP files (.php, .aspx and another static URLs) for nop 3.90? https://www.foxnetsoft.com/boards/topic/521/bug-with-php-urls#8206 How to redirect *.html files for old ASP.NET (nop.xx)?
Second redirect is for store with Id=1
Second redirect is for store with Id=1 and has comment 'seo specialist asked use to add it'
Example.
This Url iphone* can catch Iphone5, iphone6, etc.)
2. Use token %remover1%:
Example
This Url /category1/category2/product will be redirected to /category2/product
3. Use token %lastpart%:
Example
This Url /category1/category2/product will be redirected to /product
This Url /category1/category2/product.html will be redirected to /product
This Url /category1/category2/product.html?param1=value1 will be redirected to /product
https://www.foxnetsoft.com/boards/topic/3512/how-to-redirect-html-files-in-the-old-aspnet-nop-3xx