"order status page"
label -legacy
shipping label thermal
This article explains how to redirect an old, SEO-optimized category URL to a new category URL without restoring a deleted category. Restoring a deleted category via the admin interface is not possible, and while technical restoration may be possible via the database (available as a chargeable service), it does not recover SEO metadata or original mappings.
The preferred solution is to set up a 301 redirect from the old URL (for example, /c/22/allbooks) to the new URL (for example, /c/15/allbooks). Doing so maintains your SEO value and ensures visitors are directed to the correct category page.
/c/22/allbooks
/c/15/allbooks
Below is a guide on how to configure this redirect via the URL Rewrite Rules in the Storefront Management area of Infigo.
A user wanted to redirect logout traffic from their Infigo storefront to an external site.
They initially used:
From URL:https://example.infigosoftware.com/logout
https://
/logout
To URL:https://www.externalsite.com
🔧 This setup did not work due to how rewrite rules match HTTP patterns, external redirects must follow a specific format.
s
https
http
Infigo matches redirects against non-secure (HTTP) traffic for internal pattern matching.
Add ^ at the beginning
^
Add :80 after the domain (if using standard HTTP port)
:80
Add $ at the end
$
From URL:^http://example.infigosoftware.com:80/logout$
^http://example.infigosoftware.com:80/logout$
To URL:http://www.externalsite.com
http://www.externalsite.com
💡 The ^ and $ ensure exact match, and :80 tells the system it’s listening on the default HTTP port.
The rewrite engine evaluates requests using HTTP pattern matching. Even if your storefront uses HTTPS, the URL pattern in the rewrite rule must be in HTTP with the correct port, otherwise the rule will not trigger.
For additional guidance, visit the Infigo Academyor contact Customer Support.
Save Quote
Your quote has been saved in My Account area.
You can email the quote now or use it directly via URL
Invalid email address