setting up a sub domain on windows hosting
- by jason
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?