I have done changed in UmbracoSettings.config file by adding section as given below so as to add "." in url. How ever now "." symbol is getting converted to "-" symbol http://www.xyz.com/agent/tarun-chhatwal.
Here are the settings we have added in UmbracoSettings.config file :
I have a feeling you might struggle with this to be honest as a . normally indicates a file. IIRC it will trigger a different HTTP handler in IIS and to prevent that Umbraco removes the .
Allow Dot In Url
Hi All,
As per requirement in our project we need urls which allow Dot in url, e.g. http://www.xyz.com/agent/tarun.chhatwal
How ever umbraco is simply replacing "." symbol as mention ed in url with blank. the url is generated as http://www.xyz.com/agent/tarunchhatwal
I have done changed in UmbracoSettings.config file by adding section as given below so as to add "." in url. How ever now "." symbol is getting converted to "-" symbol http://www.xyz.com/agent/tarun-chhatwal.
Here are the settings we have added in UmbracoSettings.config file :
Any help on this help will be highly appreciated.
Thanks
Tarunjit Singh
Hi Tarunjit,
I have a feeling you might struggle with this to be honest as a . normally indicates a file. IIRC it will trigger a different HTTP handler in IIS and to prevent that Umbraco removes the .
I could be wrong though.
Nik
is working on a reply...