Dear Support,
With https://docs.kentico.com/display/K9/Extensionless+and+custom+URLs (Using custom URL extensions ) I can redirect urls with .php or .html extension.
If I have a url like http://www.domainname.com/resorts#
, aliaspath converting '#' character into '-' because '#' is a forbidden character.
I tried to remove the # from default forbidden characters by adding the key in web.config. Now when I browse the url http://www.domainname.com/resorts#
, its giving 404 page not found error with in the kentico site(its not an IIS 404 error). How can I handle the above type of urls which contains forbidden characters.
Can I rewrite the complex patterns which contains forbidden characters using url rewritting module?