Copied to clipboard

Flag this post as spam?

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


  • firepol 125 posts 173 karma points
    Nov 28, 2011 @ 16:20
    firepol
    0

    wrong path to DashRss/dashrss.js (not found)

    Hi,

    my firebug console shows this error:

    "NetworkError: 404 Not Found - http://mywebsite/umbraco/~/umbraco/plugins/FergusonMoriyama/DashRss/dashrss.js"


    in dashrss.js

    I searched for the string "dashrss.js" but could not find it, did you hardcode the path in the code behind? If so then please fix it... I'm trying the broken links app but as it depends on DashRSS I'm blocked now. It doesn't work.

    Thankd for helping...

     

  • Anders Brohäll 295 posts 561 karma points c-trib
    Apr 01, 2014 @ 15:16
    Anders Brohäll
    0

    I've got the same issue. Solved it in UrlRewriting.confin (u.g.l.y)

                <add name="FergusonMoriyama" 
                    virtualUrl="^/umbraco/~/umbraco/plugins/FergusonMoriyama/(.*)" 
                    rewriteUrlParameter="ExcludeFromClientQueryString" 
                    destinationUrl="/umbraco/plugins/FergusonMoriyama/$1" 
                    ignoreCase="true" />
    
  • Louise Newell 17 posts 67 karma points
    Apr 11, 2014 @ 12:35
    Louise Newell
    0

    Cheers, found same problem today nasty urlrewriting fix works for now. This has knock on problem for brokenlinkschecker package.

     

Please Sign in or register to post replies

Write your reply to:

Draft