Creating a Redirect

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

URL Rewrites Page
Parameter
Explanation

Store

Select the store for this redirect, or select All.

Retirect Type

Select HTTP Status Code of this redirect. See HTTP Status Codes page for more details

Request Url

URL to redirect from. You can input just a path of the url, or full url. For example, if you want to redirect from https://yourstore.com/iphone/iphoneX You can input iphone/iphoneX /iphone/iphoneX https://yourstore.com/iphone/iphoneX You can also use * operator to match any pattern. For example, /iphone/* will redirect every url that starts with /iphone/. Note, page /iphone will not be redirected. You can use * in your pattern only once, and it must be at the end of the url.

Target Url

Input only if Redirect Type is set to 301, 302, 303, or 307. URL to redirect to. You can input just a path of the url, or full url. For example, if you want to redirect from https://yourstore.com/iphone/iphoneX You can input iphone/iphoneX /iphone/iphoneX https://yourstore.com/iphone/iphoneX You can also use placeholders, see Dynamic Redirects page for more info.

Preserve Query String

URLs sometimes have query parameters in them. These parameters are located after ? symbol in url. For example user goes to url: https://yourstore.com/iphone?id=5 If this setting is enabled, you will be redirected to https://yourstore.com/newurl?id=5 If it is not enabled, you will be redirected to https://yourstore.com/newurl

Comment

Comment for admins

Last updated