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 ...IIS 6 - Mobile Redirect disabled for certain pages on websiteIIS 6 - Mobile Redirect disabled for certain pages on website
Previous
 
Next
New Post
1/29/2014 10:40 PM
 

I have a website that I would like to stop the mobile redirect rule from executing... This website is based on DotNetNuke 6.2.1 (I do not believe that makes a difference though) running on IIS 6.

In the .webconfig file I have the following rule in place:

<rule name="MobileRedirectRule" enabled="true" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="false"> <add input="{HTTP_USER_AGENT}" pattern="iphone|ipad|android|phone|mobile|midp" /> <add input="{HTTP_REFERER}" pattern="m.ifs.intuit.com|www.thedomainofthesite.com" negate="true" /> </conditions> <action type="Redirect" url="https://m.ifs.intuit.com/mw/04333/login.do" redirectType="Found" /> </rule> 

In this rule the entire site is being redirected to the following URL:

https://m.ifs.intuit.com/mw/04333/log...

However, there are certian pages that this client does not want to have redirected. They want the entire desktop version to display. How would I alter the above rule to disable a certain URL from using the rule to redirect to the mobile version of the site.

For example...

If the user goes to the home page of the site located here: www.thedomainofthesite.com would redirect to https://m.ifs.intuit.com/mw/04333/log...

But if the user goes here: www.thedomainofthesite.com/about or www.thedomainofthesite.com/page3, ect. the rule is ignored?

I tried to duplicate this rule and use www.thedomainofthesite.com and the site did not redirect properly and caused a 500 error... so I was unsure of how you could only point the home page and not other pages within the site... Thanks for any help you can provide.

 
New Post
2/1/2014 7:09 PM
 
you can do this via a negative look behind on the url parameter -http://www.codinghorror.com/blog/2005... or http://msdn.microsoft.com/en-us/libra...(v=vs.110).aspx should give you an idea how to do this.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...IIS 6 - Mobile Redirect disabled for certain pages on websiteIIS 6 - Mobile Redirect disabled for certain pages on website


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