How Do I use Windows Server 2008's DNS role to redirect resolve certain domain names?
When a user types in an address, I'd like to redirect it as such:
http://crm -> http://<ip of webserver>
http://bugs/issue/12 -> http://<ip of bugtracker>/issue/12
http://myspace.com -> http://127.0.0.1
and so on.
I've got Forwared Lookup Zones and Reverse Lookup Zones but i'm not sure exactly what they mean.