Hi, I see that the URLRewritingNet library is included with Umbraco.
Is that there for the solely for the convenient of the end user, or is the Umbraco code using it internally, such that I need to be careful that any rule I add does not conflict with such internal use.
Umbraco is using the UrlRewriting module for it's friendly Urls (aka directories as pages), you can add custom rules to the /config/UrlRewriting.config file. And yes, you should be a bit careful with it, but if you restrict yourself to adding rules to the config file you can always revert that by editing the file again.
URLRewriting Library?
Hi,
I see that the URLRewritingNet library is included with Umbraco.
Is that there for the solely for the convenient of the end user, or is the Umbraco code using it internally, such that I need to be careful that any rule I add does not conflict with such internal use.
thanks
John
Hi John,
Umbraco is using the UrlRewriting module for it's friendly Urls (aka directories as pages), you can add custom rules to the /config/UrlRewriting.config file. And yes, you should be a bit careful with it, but if you restrict yourself to adding rules to the config file you can always revert that by editing the file again.
Hope that helps,
Sascha
is working on a reply...