Yes, after I have edited the httpd.conf, I will need to set it up through the DNS too, so that the traffic will be directed to my machine via my domain's.
I went to my domain hosts control panel (123-Reg). There I can change:
Name: (www) or (@)
Type: (A), (CNAME) or (TXT)
Content: (194.154.164.90) *I think this must be their defualt IP.*
So I presume, for this to work. I must set it something like this?:
Domain #1, www.alpha.com:
Name: (www)
Type: (A)
Content: (sub1.alpha.com 123.345.567.789:80)
Domain #2, www.bravo.com:
Name: (www)
Type: (A)
Content: (sub2.bravo.com 123.345.567.789:81)
Domain #3, www.charley.com:
Name: (www)
Type: (A)
Content: (sub3.charley.com 123.345.567.789:8080)
If I add the ports after the IP's like above, will Apache pickup on these and guide the traffic to the corresponding ports which I've set in the httpd.conf?
I mean, would Apache see that (sub1.alpha.com 123.345.567.789:80) came through port 80, and then direct it to c:\wamp\www\users\website1\public_html? And if I didn't add the port after the IP, like: (sub1.alpha.com 123.345.567.789), how would Apache know I wanted to direct it to c:\wamp\www\users\website1\public_html?
I'm sorry for sounding so dumb, and your patients is very appreciated.
This is one of the sites which I'm trying to host with Wamp using the domain www.squadz.co.uk:
[
81.109.238.66]
Thanks, J.
Post Edited (12-17-06 12:05)