- fixed a bug
To illustrate, when a URL redirect occurs from /product?source=login to /product?category=1234, the expected output should integrate both query strings, resulting in /product?category=1234&source=
+ added new fetaure - the plugin removes domains from the URL itself, a lot of customers provides URLs with domains
+ add support old urls in national characters
- fixed a bug "can't redirect to the external http/https URL"
+ added the new feature 'Preserve Query Strings' for redirect rules
- fixed a bug for method "Delete all" for nop 4.30
- fixed a bug "redirection URLs with parameters" link
+ added the new feature "Count of 404 requests" link
+ fixed bug 'Search doesn't work' link
+ changed the logic of plugin. I added the new parameter "Remove localized prefix from the URL". If you use parameter 'SEO friendly URLs with multiple languages enabled' you can remove language prefix from the URL before checking redirect rules. Old release removed prefix always.
+ added support URLs with national chars link
- fixed bug for 4.20 with pagination
- fixed bug with lower case letter for URL with pattern link
+ performance optimization (important fix)
+ performance optimization (important fix)
+ performance optimization
+ fixed bug "wrong redirect if Target Url has *".
Example
If you use such Target Url 'notebooks*' than plugin catch all urls like that 'superfastnotebookswithcpu' and 'notebookswithcpu', but plugin need to catch only second one.
+ added support token %remover1%:
Example
This Url /category1/category2/product will be redirected to /category2/product
+ added support 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
+ changed logic. Plugin uses RedirectUrl without '/' at the end of the Url.
Example
You added RedirectUrl 'testUrl' and TargetUtl 'newpage'
Plugin will redirect such Urls
www.yourstore.com/testUrl
and
www.yourstore.com/testUrl/to the new Url
www.yourstore.com/newpage
+ added support localized Urls (critical fix!!!!)
if you use redirectUrl testUrl
customer can open the next Urls
www.yourstore.com/en/testUrl
www.yourstore.com/testUrl
he will be redirected to target Url
+ performance optimization. Very important fix (plugin uses stored procedure for getting Redirected Url)
+ you can redirect to external Url (https or http) link
+ you can use mask '*' at the end of the Request Url (example. this Url iphone* can catch Iphone5, iphone6, etc. ) link
- fixed bug. Can't import the same Url for several stores (multistore) link
+ changed the format for import/export redirect Urls template (added columns StoreId, Comment)
+ added new feature "Comment for rediect Url".
+ added new feature "rediect Urls with parameters".
ex. Add new the source Url www.yourstore.com/testpage
www.yourstore.com/testpage?param=1 to www.yourstore.com/testpage2.
www.yourstore.com/testpage?param=2 to www.yourstore.com/testpage2.
- fixed bug "didn't change the store for URL" link.
+ added support redirect URLs with query string, ex. www.yourstore.com/testpage?param=1 to www.yourstore.com/testpage2.
- fixed bug "wrong redirect if the source url has sublevel" link.
Powered by nopCommerce
Copyright © 2023 FoxNetSoft. All rights reserved