I created a CNAME record so that internal users could connect to our intranet, but it wont work unless I put in the entire FQDN. Here's how it's set up,
example A 1.1.1.1
alias CNAME example
Example is the domain name of the device running the web server and alias is the name of the CNAME record I've created. I'm trying to get it so I can type in http://alias/
and get to the main page of the intranet, but it wont work unless I type the FQDN. I can get to the intranet via http://example/
without typing in the whole FQDN. I'm not much of a server guy, so perhaps I'm missing something.