I have just been informed by my host that they do not support URL rewriting for ASP.NET. Will this be an issue with Umbraco installation and implementation? I planned on installing the latest version.
i don't think so, umbraco uses urlRewriting engine (www.urlrewriting.net), which can be configured through a .config file (urlrewriting.config). Doesn't require any settigns change from your host.
I was using the URL rewriting in UMBRACO 4.7.2 on my custom Global.asax file into the Application_BeginRequest method. Now I'm trying to upgrade to version 6.0.0 where I saw that I have to change my custom Global.asax to inherit from Umbraco.Web.UmbracoApplication.
No problems so far in general in the application, but when the global.asax triggers the HttpContext.Current.RewritePath(URL), after migrating to version 6, the method does not rewrite the URL at all. It does not give any error or exception, it simply doesn't rewrite the URL, and consequently the system returns 404 , file not found.
Any ideas about it? Did the version 6 of Umbraco stop to support the HttpContext.Current.RewritePath method in its new Global.asax?
URL rewriting required
I have just been informed by my host that they do not support URL rewriting for ASP.NET. Will this be an issue with Umbraco installation and implementation? I planned on installing the latest version.
i don't think so, umbraco uses urlRewriting engine (www.urlrewriting.net), which can be configured through a .config file (urlrewriting.config). Doesn't require any settigns change from your host.
Cheers,
/Dirk
Hi all,
I was using the URL rewriting in UMBRACO 4.7.2 on my custom Global.asax file into the Application_BeginRequest method. Now I'm trying to upgrade to version 6.0.0 where I saw that I have to change my custom Global.asax to inherit from Umbraco.Web.UmbracoApplication.
No problems so far in general in the application, but when the global.asax triggers the HttpContext.Current.RewritePath(URL), after migrating to version 6, the method does not rewrite the URL at all. It does not give any error or exception, it simply doesn't rewrite the URL, and consequently the system returns 404 , file not found.
Any ideas about it? Did the version 6 of Umbraco stop to support the HttpContext.Current.RewritePath method in its new Global.asax?
Thanks in advance to all of you!
is working on a reply...