How do I set up Redirects in 12.x ?

Former Member
Former Member

How do I set up a simple redirect?

I want the link here: https://community.idera.com/cs/blogs/tips/archive/2011/03/25/filter-powershell-results-fast-and-text-based.aspx

to go to here: https://community.idera.com/database-tools/powershell/powertips/b/tips/posts/filter-powershell-results-fast-and-text-based

On every other platform I have used, this has been a simple task. Yet with Verint, the user documentation around this issue is all out of date, referring to menus that do not exist - much like the documentation for almost everything else. It also seems absurd to me that in 2021, user documentation can be uploaded without any images for reference.

  • Former Member
    0 Former Member

    Hi Zak,

    There's currently no UI for managing Url Redirects, although we do have it logged as an improvement to make. There is an In-Process UrlRedirects API where you can create this redirect, though it does require custom development, perhaps through an IInstallablePlugin to create this redirect one time.

    Redirects are created automatically when content is moved. However, this does not extend to items moved before the system was in place.

    What's been your upgrade path/timeline?

  • Former Member
    0 Former Member in reply to Former Member

    What is an IInstallablePlugin? I would prefer a method that does not require custom development.

  • Former Member
    0 Former Member in reply to Former Member

     IInstallablePlugin Plugin Type  - further info is in our  Plugins Developer Training, but this would definitely fall under the category of custom development.

    Another option is to set up an IIS redirect for that specific path.

    (Side note: The format of the old url has been a legacy format in Community for a number of versions - particularly the use of the .aspx extension.  If you try going to community.idera.com/.../filter-powershell-results-fast-and-text-based without the .aspx extension, it does actually preserve the route in your community, though it is a Page Not Found. The route parser is reading the non-.aspx route as a valid legacy route and using the route to attempt to parse the correct blog post out of it, but it's unable to find it, since the blog it's in has changed.)

  • Hi Zak,

    I'm sorry for the troubles your experiencing! You are a hosted customer so there are a few options for you.

    1) Since you are hosted by us, our team can put in IIS redirects on your behalf. If you open a ticket and let them know what needs to be done, they can do so.

    2) We have a URL Redirect widget you can use:  URL Redirect and drop on any page you want to redirect from. Here is what that looks like:

    We have this in place on that URL you see in my screenshot. I see this view since I am an admin:

    but everyone is just redirected on to: community.telligent.com/.../listings

    We place a heavy emphasis on documentation and are constantly adding to it. I'm disappointed to hear we do not have what you are looking for. Would you mind sharing what you are finding lacking so that we could improve upon it? We always want to help, so thank you for reaching out to let us know so that we can do better. While we have as much as possible here in this community including documentation, training videos, and these forums, should you not find the answer you're looking for, do feel free to send a note to your CSM or myself and we can point you in the right direction.

    Thank you for being a customer!

  • Would you mind sharing what you are finding lacking so that we could improve upon it?

     I just created  Redirect URL front-end configuration UI to include some of what I think  may be looking for on this question, but I noticed that  Shortened URLs didn't exist in the 11.x docs, so I assume it may also be missing from the 12.x docs. If Zak took the same search pathway to get to that 10.x doc that I did, it could be a source of confusion.

  • Thank you, Alex! I appreciate you taking the time to submit the idea and looking into this on your end too!