Einzelnen Beitrag anzeigen
  #11  
Alt 23.04.08, 13:17
Seraph1980 Seraph1980 ist offline
Forum Stammgast
 
Registriert seit: 02.01.08
Alter: 28
Beiträge: 114

Vielleicht hilft dir das weiter:

Microsoft Windows IIS : In case of Internet Information Server (IIS), create a new web site for the subdomain using the IIS Manager, and add the sub-domain (e.g. subdomain.domain.com) as a new host header value listening to the same IP address as specified in the DNS entry. The port is set to 80 (the default for http requests). The host header can be added by clicking on the advanced tab next to the IP address configuration for that web site application. If the subdomain points to a subdirectory of the web site for the domain, then set the home directory for the subdomain web site to the subdirectory. For example, if the domain.com points to C:\Inetpub\wwwroot\ and the subdomain needs to be setup for C:\Inetpub\wwwroot\subdomain, then the directory for the subdomain website should be set to C:\Inetpub\wwwroot\subdomain.
Mit Zitat antworten