Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Emlay 9 posts 29 karma points
    Mar 14, 2011 @ 14:57
    David Emlay
    0

    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.

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 14, 2011 @ 15:13
    Dirk De Grave
    1

    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

  • Davide 9 posts 29 karma points
    Jan 26, 2015 @ 11:27
    Davide
    0

    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!

Please Sign in or register to post replies

Write your reply to:

Draft