Copied to clipboard

Flag this post as spam?

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


  • Simon Baudart 2 posts 23 karma points
    Jun 23, 2015 @ 14:15
    Simon Baudart
    0

    Can't configure URL Rewriting

    Hello,

    I try to install your module on my development environment but I can achieve to make the URL Rewriting working :'(

    It's a fresh install on VS2013, with last Umbraco version. I tryed to install the module from packages section or Nuget, it's the same issue :

    Configuration issues always show me :

    Rewrite configuration Aspx Extension The site is configured to use directory url's. Make sure the URL Module is running or that you use URL rewriting Delete Lower case url's The url 'http://localhost:37373/contactez-nous/' can be accessed as uppercase and lowercase Make sure the URL Module is running or that you use URL rewriting Delete Trailing slash The url 'http://localhost:37373/contactez-nous/' can be accessed with and without a trailing slash Make sure the URL Module is running or that you use URL rewriting

    My Web.Config show me that there is a modules :

      <remove name="SEOCheckerValidationqueueModule" />
      <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
      <remove name="SEOCheckerUrlModule" />
      <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
    </modules>
    

    And my SEOCheckerConfig seems to be good :

    <urlRewrite enabled="true" forcewwwUrls="False" useTrailingSlashProperty="true" />  
    <redirectConfig storeDomain="true" storeQueryString="true" forwardQuerystring="true" redirectWhenNodeExists="false" />
    <notFoundConfig enabled="true" />
    <robotsTxt enabled="true" />  
    

    Any idea ?

    Kind regards,

    Simon

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 23, 2015 @ 15:57
    Richard Soeteman
    0

    Hi Simon,

    I assume the site is running in integrated mode? If not then check if the modules are also configured at HttpModules section. config seems ok.

    Best regards,

    Richard Soeteman Soeteman Software

    Quality Umbraco packages | http://www.soetemansoftware.nl

Please Sign in or register to post replies

Write your reply to:

Draft