Hello,
How would I turn off the automatic entry for the www in the DNS records? I'm running PowerDNS and in cPanel, I don't see anything listed. Here's what it shows:
I've replaced my domain name with example.com, and I've replaced my IPv4 address with 192.168.2.2 and my IPv6 address with fe80::c971:25de:6618:2bab%18.
For some reason though, something's wrong with my DNS entries for the www. I want to be able to go to www.example.com and example.com, but I don't want to be able to go to www.webmail.example.com, www.hostname.example.com, etc. To me, the DNS records look correct. I added them manually, myself. But for some reason, I can still go to www.hostname.example.com and www.subdomain.example.com.
How would I turn those "off" so I can only go to subdomain.example.com and not www.subdomain.example.com?
Thanks!
How would I turn off the automatic entry for the www in the DNS records? I'm running PowerDNS and in cPanel, I don't see anything listed. Here's what it shows:
Code:
; cPanel first:11.60.0.25 (update_time):1480148618 Cpanel::ZoneFile::VERSION:1.3 hostname:franklin.example.com latest:11.60.0.25
; Zone file for example.com
$TTL 14400
example.com. 86400 IN SOA ns1.example.com. nslookup.example.com. (
2016112524 ;Serial Number
3600 ;refresh
7200 ;retry
1209600 ;expire
86400 ;minimum
)
example.com. 86400 IN NS ns1.example.com.
example.com. 86400 IN NS ns2.example.com.
ns1 14400 IN A 192.168.2.2
ns2 14400 IN A 192.168.2.2
example.com. 14400 IN A 192.168.2.2
example.com. 14400 IN MX 0 webmail.example.com.
www 14400 IN A 192.168.2.2
franklin 14400 IN A 192.168.2.2
ipv4 14400 IN A 192.168.2.2
whm 14400 IN A 192.168.2.2
cpanel 14400 IN A 192.168.2.2
webmail 14400 IN A 192.168.2.2
webdisk 14400 IN A 192.168.2.2
cpcalendars 14400 IN A 192.168.2.2
cpcontacts 14400 IN A 192.168.2.2
default._domainkey 14400 IN TXT <key>;
ns1 14400 IN AAAA fe80::c971:25de:6618:2bab%18
ns2 14400 IN AAAA fe80::c971:25de:6618:2bab%18
example.com. 14400 IN AAAA fe80::c971:25de:6618:2bab%18
www 14400 IN AAAA fe80::c971:25de:6618:2bab%18
franklin 14400 IN AAAA fe80::c971:25de:6618:2bab%18
ipv6 14400 IN AAAA fe80::c971:25de:6618:2bab%18
cpanel 14400 IN AAAA fe80::c971:25de:6618:2bab%18
whm 14400 IN AAAA fe80::c971:25de:6618:2bab%18
webmail 14400 IN AAAA fe80::c971:25de:6618:2bab%18
webdisk 14400 IN AAAA fe80::c971:25de:6618:2bab%18
cpcalendars 14400 IN AAAA fe80::c971:25de:6618:2bab%18
cpcontacts 14400 IN AAAA fe80::c971:25de:6618:2bab%18
For some reason though, something's wrong with my DNS entries for the www. I want to be able to go to www.example.com and example.com, but I don't want to be able to go to www.webmail.example.com, www.hostname.example.com, etc. To me, the DNS records look correct. I added them manually, myself. But for some reason, I can still go to www.hostname.example.com and www.subdomain.example.com.
How would I turn those "off" so I can only go to subdomain.example.com and not www.subdomain.example.com?
Thanks!
Last edited: