Hello i need so all subdomains of a domain, even if they are not created, example: hellodigitalpoint.domain.com, to show the content of domain.com I have created in DNS this: *.domain.com CNAME domain.com, but it seems it doesnt work i need this because the content of the site will be splitted in subdomains like: NewYork.domain.com/Automotive/Cars In Cpanel to make this you only have to create the subdomain *, like *.domain.com and point it to public_html, but i dont know how to do this in plesk Many thanks
You'll want to create an actual A record so that *.domain.com points to the IP address of the domain in question. You'll probably want to remove the CNAME record as well.