setting up a sub domain on windows hosting
Posted
by jason
on Server Fault
See other posts from Server Fault
or by jason
Published on 2010-06-17T15:03:02Z
Indexed on
2010/06/18
5:44 UTC
Read the original article
Hit count: 278
I'm trying to set up a sub domain for development on a windows server and am having problems setting the correct details in the httpd.ini file and hoped someone could help.
I have set up the subdomain
http://dev.website.com
The files that I want to use for this subdomain are on the server in a folder called development
http://www.website.com/development
in the directory structure they are in
/htdocs/development
What do I need to add the the httpd.ini file to point the http://dev.website.com
to the files located in the /htdocs/development
folder on the server?
© Server Fault or respective owner