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 ...Setting up Domain Name to point to a specific page in DNNSetting up Domain Name to point to a specific page in DNN
Previous
 
Next
New Post
2/6/2007 9:34 PM
 

Mr. Mitchell,

Here is what I have going on. 

www.whatever.com points to my dnn intall.

 

I have setup store.whatever.com in the SiteUrls.config to poing to my store tab. 


    <RewriterRule>
      <LookFor>store.whatever.com.*</LookFor>
      <SendTo>~/Default.aspx?TabId=101</SendTo>
    </RewriterRule>

I have setup IIS so that dns for both urls points to my dotnetnuke install.

 

www.whatever.com works great.

However store.whatever.com simply takes me to the dotnetnuke homepage.

Am I missing a step here?

 

Thank You,

Stuart


Hilbert Solutions, LLC
Owner, Hilbert Solutions, LLC
http://www.HilbertSolutions.com
A DNN Service Provider
From Module Development to DNN Upgrades, your one stop DNN Shop
 
New Post
2/6/2007 9:58 PM
 

The Url Rewriter looks at the complete Url including the http:// part, so you need the wild cards in front of the domain (the .*).

   <RewriterRule>
      <LookFor>.*store.whatever.com.*</LookFor>
      <SendTo>~/Default.aspx?TabId=101</SendTo>
    </RewriterRule>

Also if you want to have any other part of the querystring work you should capture that and send it to:

  <RewriterRule>
      <LookFor>.*store.whatever.com[\?]?(.*)?</LookFor>
      <SendTo>~/Default.aspx?TabId=101&amp;$1</SendTo>
  </RewriterRule>


DotNetNuke Modules from Snapsis.com
 
New Post
2/6/2007 10:10 PM
 

Alright John.... That worked, however, I should have been more specific.

However, when I access store.whatever.com I am redirected to http://www.whatever.com/default.aspx?tabid=101

What I have is a certificate that is for https://store.whatever.com

I want to make it so that when people access my DNN store that is on www.whatever.com that they will always use store.whatever.com.

Is that possible?

Thank You,

Stuart

 


Hilbert Solutions, LLC
Owner, Hilbert Solutions, LLC
http://www.HilbertSolutions.com
A DNN Service Provider
From Module Development to DNN Upgrades, your one stop DNN Shop
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Setting up Domain Name to point to a specific page in DNNSetting up Domain Name to point to a specific page in DNN


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