|
-
Apr 3rd, 2005, 11:09 AM
#1
Thread Starter
Hyperactive Member
virtual hosts
hi, i have a server with IIS 6.0 (windows server 2003 enterprise) on it. how can i create websites like http://somesite.dws05.ath.cx/ and does dyndns.org allow virtual hosts?
If there is only one perfect person in the universe, does that make them imperfect?
-
Apr 3rd, 2005, 11:37 AM
#2
-
Apr 3rd, 2005, 11:52 AM
#3
Re: virtual hosts
Also, your link is invalid dandano.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 3rd, 2005, 12:50 PM
#4
Thread Starter
Hyperactive Member
Re: virtual hosts
i know html and the link was not ment to be a link. websites like aol have sites like webmail.aol.com where they have aol.com and a subdomain. can i make sub domains with windows server 2003 with IIS 6.0 on a dyndns.org website.
If there is only one perfect person in the universe, does that make them imperfect?
-
Apr 3rd, 2005, 01:51 PM
#5
Re: virtual hosts
Guess I dont understand why if you have yor own 2003 server running IIS you just dont create your own
subdomains on it and host your own website?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 3rd, 2005, 02:01 PM
#6
Thread Starter
Hyperactive Member
Re: virtual hosts
that is what i am trying to do. i allready host my own website on it as shown in my signiture but i would like to also get it to host subdomains. my domain is a dyndns domain.
If there is only one perfect person in the universe, does that make them imperfect?
-
Apr 4th, 2005, 03:07 AM
#7
Fanatic Member
Re: virtual hosts
Here you go, I researched it a little for you and this is straight from the dyndns website's FAQ
How can I make www.myhostname.dyndns.org work?
You need to use the "Enable Wildcard" option, either in your client or in the web form. This will cause *.yourhostname.dyndns.org to point to the same IP address as yourhostname.dyndns.org.
So then in your server software you'd have to set it up to recognize the wildcard and display the correct webpage that you have set up on the server according to the wildcard (in other words the www. is acting like a webmail.). Your server software would be the one to differentiate the wildcards though not dyndns.
-
Apr 4th, 2005, 11:16 AM
#8
Thread Starter
Hyperactive Member
Re: virtual hosts
is there a way to get it so that http://subhost.dws05.ath.cx point to http://dws05.ath.cx/subhost/ insted of every sub domain pointing to http://dws05.ath.cx?
If there is only one perfect person in the universe, does that make them imperfect?
-
Jun 9th, 2005, 12:22 PM
#9
Thread Starter
Hyperactive Member
Re: virtual hosts
i fixed this with a php script which gets the sub domain and redirects to the folder named with the name of the subdomain like http://home.dws05.ath.cx will forward to /home
If there is only one perfect person in the universe, does that make them imperfect?
-
Jun 10th, 2005, 02:06 AM
#10
Banned
Re: virtual hosts
Apache > IIS 
In apache you can define root DIR. Dont know about IIS, but that might be better than php.
-
Jun 10th, 2005, 10:24 AM
#11
Thread Starter
Hyperactive Member
Re: virtual hosts
Don't use Apache. Last time i tried it deleted all my website so im staying with IIS.
If there is only one perfect person in the universe, does that make them imperfect?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|