Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Host headers?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Does IISLOG log exist in Window 2003 ISS 6.0?  
Author Message
schmittd1

External


Since: Oct 17, 2003
Posts: 6



(Msg. 1) Posted: Tue Nov 04, 2003 1:26 pm
Post subject: Host headers?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

I have an intranet site that I want to be easy to access. Instead of typing
in http://servername/intranetpath I want people just to be able to go to ABC
and get to the site. Would I use host headers to do this or some other
method?

Thanks in advance,
Deb

 >> Stay informed about: Host headers? 
Back to top
Login to vote
user164

External


Since: Aug 01, 2003
Posts: 172



(Msg. 2) Posted: Tue Nov 04, 2003 3:32 pm
Post subject: Re: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Host headers are server-side. If you want clients to resolve another name
to this address, add an alias in your DNS zone.

"Deb" <schmittd DeleteThis @ci.billings.mt.us> wrote in message
news:O0SnFjvoDHA.2584@TK2MSFTNGP09.phx.gbl...
 > Hi all,
 >
 > I have an intranet site that I want to be easy to access. Instead of
typing
 > in <a style='text-decoration: underline;' href="http://servername/intranetpath" target="_blank">http://servername/intranetpath</a> I want people just to be able to go to
ABC
 > and get to the site. Would I use host headers to do this or some other
 > method?
 >
 > Thanks in advance,
 > Deb
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Host headers? 
Back to top
Login to vote
ratewiz

External


Since: Nov 04, 2003
Posts: 1



(Msg. 3) Posted: Tue Nov 04, 2003 7:26 pm
Post subject: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi
i have run into the same problem have you received any
answer to your question. If so can u assist.
I have tried the host headers no luck on my end.. I am
tired of having to remind my roommates the ip address
http:\\10.0.0.1 i too would like to give the site a name
 >-----Original Message-----
 >Hi all,
 >
 >I have an intranet site that I want to be easy to
access. Instead of typing
 >in <a style='text-decoration: underline;' href="http://servername/intranetpath" target="_blank">http://servername/intranetpath</a> I want people just to
be able to go to ABC
 >and get to the site. Would I use host headers to do this
or some other
 >method?
 >
 >Thanks in advance,
 >Deb
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Host headers? 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 4) Posted: Wed Nov 05, 2003 8:35 am
Post subject: RE: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Deb,

So far as I know on this issue, I'd suggest you can build one simple asp page in the web site root. For each request, you can redirect them to the
sub site.

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: Host headers? 
Back to top
Login to vote
user164

External


Since: Aug 01, 2003
Posts: 172



(Msg. 5) Posted: Wed Nov 05, 2003 11:32 am
Post subject: Re: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You need to:

1) Add a host record for the name that you wish to use, pointing to the
correct address, in the appropriate DNS zone, or

2) Add an entry to your hosts file

"wizzy" <ratewiz DeleteThis @hotmail.com> wrote in message
news:057501c3a333$7055b2f0$a401280a@phx.gbl...
 > Hi
 > i have run into the same problem have you received any
 > answer to your question. If so can u assist.
 > I have tried the host headers no luck on my end.. I am
 > tired of having to remind my roommates the ip address
 > http:\\10.0.0.1 i too would like to give the site a name
  > >-----Original Message-----
  > >Hi all,
  > >
  > >I have an intranet site that I want to be easy to
 > access. Instead of typing
  > >in <a style='text-decoration: underline;' href="http://servername/intranetpath" target="_blank">http://servername/intranetpath</a> I want people just to
 > be able to go to ABC
  > >and get to the site. Would I use host headers to do this
 > or some other
  > >method?
  > >
  > >Thanks in advance,
  > >Deb
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Host headers? 
Back to top
Login to vote
user164

External


Since: Aug 01, 2003
Posts: 172



(Msg. 6) Posted: Wed Nov 05, 2003 11:33 am
Post subject: Re: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This has nothing to do with not being able to reach a system by a given
name. A conditional ASP redirect will only work if ASP can extract the host
value from the HTTP header. Since the required name is not resolving to the
required IP address, nothing will ever reach the system.

"Wei-Dong Xu [MSFT]" <v-wdxu DeleteThis @online.microsoft.com> wrote in message
news:9Z5xV61oDHA.2088@cpmsftngxa06.phx.gbl...
 > Hi Deb,
 >
 > So far as I know on this issue, I'd suggest you can build one simple asp
page in the web site root. For each request, you can redirect them to the
 > sub site.
 >
 > Please feel free to let me know if you have any further questions.
 >
 > Does this answer your question? Thank you for using Microsoft NewsGroup!
 >
 > Wei-Dong Xu
 > Microsoft Product Support Services
<font color=purple> > Get Secure! - <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Host headers? 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 7) Posted: Wed Nov 05, 2003 5:37 pm
Post subject: Re: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 4 Nov 2003 10:26:22 -0700, "Deb" <schmittd.DeleteThis@ci.billings.mt.us>
wrote:

 >I have an intranet site that I want to be easy to access. Instead of typing
 >in <a style='text-decoration: underline;' href="http://servername/intranetpath" target="_blank">http://servername/intranetpath</a> I want people just to be able to go to ABC
 >and get to the site. Would I use host headers to do this or some other
 >method?

That's DNS. You need a host entry for the name you want to use. IIS
doesn't actually care about what you name it, it responds on an IP,
and unless you've set host headers to something it simply serves the
site that answers on that IP. DNS translates the name to the IP.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Host headers? 
Back to top
Login to vote
schmittd1

External


Since: Oct 17, 2003
Posts: 6



(Msg. 8) Posted: Thu Nov 06, 2003 3:20 pm
Post subject: Re: Host headers? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you. That worked exactly how I wanted it to.


"Jeff Cochran" <jcochran.nospam.RemoveThis@naplesgov.com> wrote in message
news:3faf0af2.656626268@msnews.microsoft.com...
 > On Tue, 4 Nov 2003 10:26:22 -0700, "Deb" <schmittd.RemoveThis@ci.billings.mt.us>
 > wrote:
 >
  > >I have an intranet site that I want to be easy to access. Instead of
typing
  > >in <a style='text-decoration: underline;' href="http://servername/intranetpath" target="_blank">http://servername/intranetpath</a> I want people just to be able to go to
ABC
  > >and get to the site. Would I use host headers to do this or some other
  > >method?
 >
 > That's DNS. You need a host entry for the name you want to use. IIS
 > doesn't actually care about what you name it, it responds on an IP,
 > and unless you've set host headers to something it simply serves the
 > site that answers on that IP. DNS translates the name to the IP.
 >
 > Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Host headers? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS 6 and host headers - We seem to be having an issue with host headers and name resolution. The ASP.NET application was moved from IIS 5 to IIS 6 (Win2003). The host headers were set as below 80, MySite 80, MySite.Mycompany.net 10000 Trying to navigate to http://MySite..

host headers - I actually dont know if the answer of this question has anything to do with host headers. I got IIS 6.0 installed on a Windows 2003 Server. I got two different websites configured with two different host headers and two different dynamic dns adresses..

Please Help with IIS 5.0 Host Headers - I have Small Business Server 2000, with SQL Server, Exchange 2000, DNS Server, DHCP Server, Active Directory, and IIS 5.0 installed on the server. I have no problems with SQL or Exchange, but the host headers do not always load up on IIS 5.0. The..

Host Headers not working - I cannot get host headers to work. Am not using SSL, Websites are on a Win 2000 server, using win2000 NAT to share one internet connection to send HTTP requests to the server. PAT works fine. Have not tried using a different IP & NAT, would re...

host headers doesn't work, why? plz help! - hi there! i am using iis 6, and set up a new web site on port 1080, giving it a host header value "mail.myhost.net". but, when i type http://mail.myhost.net in my browser, it came up with the default web site, not my new one!! instead, i have ...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]