This setup matches a particular string in the URL and replaces it with the mentioned string.
For example, for the given rule
If the page http://opencart-demo.huntbee.com/oc2302/windows is loaded, it will redirect to http://opencart-demo.huntbee.com/oc2302/laptop-notebook/windows
Few more examples are given in the table below
Loaded URL | Redirected URL |
---|---|
http://opencart-demo.huntbee.com/oc2302/windows | http://opencart-demo.huntbee.com/oc2302/laptop-notebook/windows |
http://opencart-demo.huntbee.com/oc2302/windows/hp | http://opencart-demo.huntbee.com/oc2302/laptop-notebook/windows/hp |