|
Home > Archive > Commerce Server General > April 2004 > Help, URL changes!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help, URL changes!
|
|
| Telmo Brito 2004-04-06, 6:34 am |
| Hi,
I've developed a commerce 2002 and content management site, using the MSIB2.1, sample site. Everything works well, and now I want to make the site visible to the public. The problem is when I type the URL, ex. http://www.sample.com , the URL changes to ht
tp://omega. omega being the machine name. This domain name does not exist publicly. Has anyone experienced this problem ans how did they solve it?
Thank-you,
Telmo Brito
| |
| David Messner [MSFT] 2004-04-14, 3:33 pm |
| Open Commerce Manager, right click on the Application node (e.g.
Omega\<sitename> ), then set the Nonsecure Hostname. Restart your app and
test again.
I believe what you are seeing is the authentication component redirecting
the request (do you use SiteAuth.dll ISAPI?).
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: Help, URL changes!
thread-index: AcQbwvWZ8rBK+5s6SMKENYM06Mzg6w==
X-Tomcat-NG: microsoft.public.commerceserver.general
From: "=?Utf-8?B?VGVsbW8gQnJpdG8=?=" <telmo.brito@portalexecutivo.com>
Subject: Help, URL changes!
Date: Tue, 6 Apr 2004 03:36:03 -0700
Lines: 5
Message-ID: <55B49908-7D90-4DD9-BD18-47710D89B8D7@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:13569
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I've developed a commerce 2002 and content management site, using the
MSIB2.1, sample site. Everything works well, and now I want to make the
site visible to the public. The problem is when I type the URL, ex.
http://www.sample.com , the URL changes to http://omega. omega being the
machine name. This domain name does not exist publicly. Has anyone
experienced this problem ans how did they solve it?
Thank-you,
Telmo Brito
| |
| Telmo Brito 2004-04-23, 10:46 am |
| I think that the problem is with the following method that's from the MSIB2.1:
UrlBuilder.Current.Redirect
Some how this method returns the absolute URI instead of the relative URI
|
|
|
|
|