Now for test purposes, I need to set it to false so the URL wouldn't work without the .aspx extesion. However after setting to false, the URLs without the extension still work and do not throw an error as it should.
Any idea how I can get the default functionality back in my Umbraco instance please?
<add key="umbracoUseDirectoryUrls" value="false /> is not working?
(Umbraco version 4.0.4.2)
To hide the .aspx extension, I enabled "true" in the following:
<add key="umbracoUseDirectoryUrls" value="true" />
Now for test purposes, I need to set it to false so the URL wouldn't work without the .aspx extesion. However after setting to false, the URLs without the extension still work and do not throw an error as it should.
Any idea how I can get the default functionality back in my Umbraco instance please?
Thanks
is working on a reply...