Forum Moderators: phranque
Now i need to configure my domain (example.com) so that when i type any of the combinations below it sends me to the specific IP address (folder in apache server)
www.example.com = 69.64.**.71:8080
www.example.com/VRPBrew = 69.64.**.71:8080/VRPBrew
What file do i need to configure to go and do that. My DNS settings are this ones
69.64.58.71 / 24PTR example.com.
example.com. NS ns.example.com.
example.com. A 69.64.**.71
example.com. MX (10) mail.example.com.
ftp.example.com. CNAME example.com.
mail.example.com.A 69.64.**.71
ns.example.com. A 69.64.**.71
webmail.example.com.A 69.64.**.71
www.example.com. CNAME example.com.
Thank you,
[edited by: jdMorgan at 7:20 pm (utc) on July 3, 2008]
[edit reason] Removed specifics per TOS. [/edit]
The Virtual Hosts tutorial in the Apache documentation will doubtless come in handy -- This is likely to be a one- or two-day job if you've never done it before, and not something you'll do in ten minutes from a few answers in a forum.
Jim