Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: IIS Question

  1. #1
    Kevin-eVendition is offline Junior Member
    Join Date
    Jul 2007
    Posts
    8

    Default IIS Question

    Being only semi technical, I'm struggling to formulate a good search in google to find this answer, so:

    Can someone point me at an article that explains how to force the WWW into the url on our website?

    I need to do this to prevent securty certificate errors for the occassional customer.

    Thanks.

  2. #2
    ASPDNSF Staff - GeorgeM is offline Banned
    Join Date
    Sep 2007
    Posts
    43

    Default

    What specific error are you getting? Have you tried Verisign?

    https://knowledge.verisign.com/search/searchResults.do

    I started poking around there and it seems to have what you might be looking for.

    Hope that helps!

  3. #3
    Kevin-eVendition is offline Junior Member
    Join Date
    Jul 2007
    Posts
    8

    Default

    If the user hits a url without a www in it while in https, it IE generates a Certificate error (invalid), since we purchased the cert for the www domain.

    So to prevent confusion, I just wanted to force all non-www url requests to the correct www url.

  4. #4
    ASPDNSF Staff - Andrew Guest

  5. #5
    Kevin-eVendition is offline Junior Member
    Join Date
    Jul 2007
    Posts
    8

    Default

    That gives me some ideas. Thanks. I had been playing with an <--Include file--> situation already. This might be enough to tweak it.

  6. #6
    Kevin-eVendition is offline Junior Member
    Join Date
    Jul 2007
    Posts
    8

    Default

    For the rest of you that are dumb like me, there's also an AppConfig that handles this... RedirectLive

    LOL.

  7. #7
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Yes, the "typical" setup is:

    SSL installed on yourdomain . com (spaces so it's not a live url here)
    AppConfig: LiveServer=yourdomain.com
    AppConfig: RedirectLiveToWWW=true
    AspDotNetStorefront
    Shopping Cart