How can I assign the following url to the root page as alias path in my website.
http://domainname.com/memberguide/index.php#!home.html.When I browse the above url it should redirect to
http://domainname.com(home page for exmaple)By default few of the characters are forbidden in our kentico system, so I added following key in the web.config to exclude . and # characters.
@add key=@CMSForbiddenURLValues@ value=@$\/:?@@@|@%'[] =@ /@But IIS is not allowing me to browse .php or .html extensions.
Can I truly redirect the above url to the root page, please assist me.
↧