Redirecting a given page to an external website | The place for Zendesk users to come together and share
Skip to main content

2 replies

Greg K
Employee
January 23, 2025

Hi Peter! As far as I am aware, there are no supported methods to redirect a Zendesk article to an external web page. The closest that we come to that is with vanity URLs, but that wouldn't be what you're looking to do here. Although this doesn't help this situation directly, I'll link the Redirect Rules API reference docs so that you can at least see what options are available.

James57
April 12, 2025

Hi @peter19 ,

You should be able to use Javascript methods to handle this - 

window.location.replace(...) or

 window.location.href(…)  
See this SO post for more info.