I purchased the domain blank.com through Namecheap. I already owned example.com and was hosting it through Network Solutions, so my plan was to do the following:
- Create a subdomain
blank.example.com. - Upload my website's files to
blank.example.com. - Create
blank.com CNAME blank.example.com.
Steps 1 and 2 ran smoothly. Unfortunately, at Step 3, I got the 403 Forbidden
error. I read online that I needed to add blank.com as an alias somehow, and that the problem is with HTTP rather than DNS. But how do I configure my server on Network Solutions to allow this CNAME action?
403 Forbiddenerror at step 3? – Tero Kilkanen Apr 20 '17 at 02:10http://blank.com/. How do I get the configuration for the web server? – Noooo Apr 20 '17 at 02:18CNAMEis jargon specific for DNS and you can not have CNAME records at the apex of a domain – HBruijn Apr 20 '17 at 06:37