I'd like to redirect certain articles to external URLs. In this case, the URLs are on our company website.
How do I redirect a knowledgebase article to an external URL?
This topic has been closed for replies.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Hi Paul,
I checked in with our Customer Advocates, and they said this:
"The comment is accurate, but you need the full url rather than just the article number. But that JavaScript should work, just throw it in the header."
So it would be:
<script type="text/javascript">if(window.location.href.indexOf("article url") > -1) { window.location.href = "(article url";}</script>