I'm trying to redirect from a commerce category li...
# suitecommerce
w
I'm trying to redirect from a commerce category link to an external site. We don't have any products that can be sold online in this category, so I wanted to use our external learning center site for more details on the product. It doesn't look like I can put an absolute URL into the URL Fragment field on the Commerce Category record, so I am using a redirect from that link to our external site. The issue is, it only works if you click the commerce category link and then refresh the page. Is there a work around for this?
So, I added <meta http-equiv="refresh" content="0"> to the Addition to <HEAD> field, which works, but is clunky, the category page loads in full before refreshing. Also, interestingly, when I view the Commerce Category record for this category, it refreshes constantly.
f
you could try a 301 redirect but please notice a 301 redirect passes all ranking power from the old URL to the new URL , and is most commonly used when a page has been permanently moved or removed from a website
w
Thanks Flo!
I'm not sure what kind of redirect the URL redirect list makes. How can I make it into a 301? Can I just make an .htaccess file?
f
We don´t provide access to .htaccess for security reasons
I am 99% sure
the one supported in NS through the UI it´s only 301, we do not support to setup a 302 or 307 through the UI
w
The major issue I'm having with the Redirects in the UI is that I don't think I can redirect to an external domain. I'd like to point (redirect) the commerce category URL from www.jobrien.com (our SuiteCommerce domain) to a URL on landing.jobrien.com (our Hubspot blog domain)
If that is not the case (I can redirect to another domain), please let me know how that is done. Thanks!
f
ahhhh ok, I will check the tool and let you know if I am able to do it
w
Appreciate it! Please let me know.