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 ...URL Rewrite Help!URL Rewrite Help!
Previous
 
Next
New Post
5/4/2011 10:20 AM
 
G Hart wrote:
I do that with DDN.  I login with the Host account and goto Host Settings - Advanced Settings - Request Filter Settings and there I add a New Rule.  For example:
Server Variable HTTP_HOST
Operation Equal
Match Value HARTCOUNTRYFARM.COM
Action PermanentRedirect
Value http://www.hartcountryfarm.com
Hope this helps, Greg

 
This is equal to the URL Rewrite I have created via the URL Rewrite module... No Dice.

I went into DNN per your instructions and same thing. I still get "Page Not Found" when going to aumc.net


HTTP_HOST

Equal

AUMC.NET

PermanentRedirect

http://www.aumc.net

 
New Post
5/4/2011 10:46 AM
 
Here are the rules I had int he web.config file previously (which were created via the URL Rewrite module). They are essentially doing the same thing but neither of them works.

<rewrite>
    <rules>
        <rule name="CanonicalHostNameRule1">
            <match url="(.*)" />
            <conditions>
                <add input="{HTTP_HOST}" pattern="^www\.aumc\.net$" negate="true" />
            </conditions>
            <action type="Redirect" url="http://www.aumc.net/{R:0}" />
        </rule>
        <rule name="aumc.net to www.aumc.net" patternSyntax="Wildcard" stopProcessing="true">
            <match url="*" />
            <conditions>
                <add input="{HTTP_HOST}" pattern="aumc.net" />
            </conditions>
            <action type="Redirect" url="http://www.aumc.net" />
        </rule>
    </rules>
</rewrite>
 
New Post
5/4/2011 12:42 PM
 
Maybe there is a problem with your Hosting Configuration.

In your GoDaddy Hosting Control Center look at Settings\Domain Management. 
You should have a doman name of aumc.net pointing to the folder where you have installed DNN.  I did not inlucde the www nor did I add a subdomain of www. 
Next look at Settings\DNS Manager. 
You should have an A (Host) record of @ pointing to an IP Address.  Then you should have a CNAME (Alais) record of WWW pointing to @. 

Good Luck,
Greg

 
New Post
5/4/2011 1:41 PM
 
I already have the correct settings as you've described in my GoDaddy account.
 
New Post
5/4/2011 4:10 PM
 
haydenh wrote:
I already have the correct settings as you've described in my GoDaddy account.

 I've now gotten it to go to the default IIS page instead of the "Page Not Found." The URL Rewrite still doesn't seem to be redirecting it though.

Fixed it! Here is what I did.

  1. We have an internal DNS so I added a Host(A) pointing to the new IP.
  2. I added the binding of aumc.net to my web site in IIS.
This seemed to solve my problem. Thanks for everyone's help! It was much appreciated!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...URL Rewrite Help!URL Rewrite Help!


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