Hi, I need to set a permanent redirect from an alias like: /some-url/{some-parameter}#some-hash to /some-url/{some-parameter}/{some-hash}
there is any way to do this on Kentico?
Regrettably, anchors are not taken as a part of the url of page aliases. I recommend to use IIS rewriting or try one of redirecting modules like:
http://devnet.kentico.com/articles/url-redirection
You can try a client side script to re-write the URL. I think I tried something similar with a client who was switching from Wix to CMS which they have to resolve hashbang into new URL.
Please, sign in to be able to submit a new answer.