ovidiu-e-cubed
-
11/25/2011 7:01:07 AM
Automatically add ASPX extension?
Hi,
Can Kentico be set up such that it adds automatically the .aspx extension to a url, in case the user omits it?
Example.
If the user types in
www.mywebsite.com/about
then, instead of going to a 404 not found page, it should 301 redirect to
www.mywebsite.com/about.aspx
I added this in my web.config but didn't seem to work:
<add key="CMSRedirectAliasesToMainURL" value="true" />
|