How to Create Wildcard Redirects in Nabu Redirect Manager
In Nabu Redirect Manager, wildcard redirects let you automatically redirect multiple missing (404) URLs that follow a pattern to a new location. This is especially useful when old URL structures no longer exist, but you want visitors to land on relevant new pages instead of seeing a 404 error.
- Open the Nabu Redirect Manager app and go to the Wildcard Redirects tab.
- Click Create Wildcard Redirect in the top right corner.
- In the Source Path field, enter the URL pattern for the missing pages you want to redirect. Use the * symbol in the source path to match dynamic parts of the URL.
- In the Target Link field, enter the new destination path for visitors. Use the * symbol in the target link if you want to preserve matching segments from the source path.
- Click Create to save the wildcard redirect.
Example:
If you previously had product pages at /products/ and removed them from your Shopify store, those URLs would return 404 errors. You can set a wildcard redirect from /products/ to /collections/all/ so that visitors trying to access old product links get redirected to the updated collection page.*
Updated on: 13/08/2025
Thank you!