Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...?nuru=1 in URL DNN 7.0.3?nuru=1 in URL DNN 7.0.3
Previous
 
Next
New Post
2/7/2013 4:55 PM
 

Upgraded to DNN 7.0.3 and suddenly many of the URLs are redirecting to a query string: ?nuru=1

This has potential SEO fallout so I would really like to know:

  1. why this is there, what purpose
  2. How do I remove it for public visitors.

 

 
New Post
2/8/2013 7:59 AM
 

found this in the RadEditorProvider:

//if not use relative links, we need a parameter in query string to let html module not parse
            //absolute urls to relative;
            if (!_linksUseRelativeUrls && editorPage.Request.QueryString["nuru"] == null)
            {
                var redirectUrl = string.Format("{0}{1}nuru=1", editorPage.Request.RawUrl, editorPage.Request.RawUrl.Contains("?") ? "&" : "?");
                editorPage.Response.Redirect(redirectUrl);
            }


So where exactly do you see these links.. you should only see them when editing content...


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
2/8/2013 12:25 PM
 

Unfortunately, I see them on every page that I go to directly.  

After that, some page links have the query string, other do not.  I can't figure out the pattern of which have them and which don't.  I will try setting the editor to use relative URLs and see if that hide them for the public.

EDIT: confirmed, clicking Enable Relative URL Links in the editor setting disabled the query string.

 
New Post
10/31/2015 1:13 PM
 
I ran into this problem with a custom module I built that implements a paging routine and multiple views based on querystring values.

The response view displayed nuru=1 which I couldn't figure out. The real problem on my end was this caused the page to load twice and caused issues with my SQL data I/O because the second response would get posted mid-way through the first page load and hang my connection leaving it in an open state.

My module - Response view did contain a customized copy of the HTMLEditor, and thankfully, checking Enable Relative URLs in the editor settings resolved this in my case as well.

Thanks Lance
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...?nuru=1 in URL DNN 7.0.3?nuru=1 in URL DNN 7.0.3


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out