• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Enabling subdomain

stefanoostwegel

Basic Pleskian
I am using plesk 11 on CentOS isntallation on a VPS.
I am trying to create a subdomain wich is not working.
So far i have tried the following:
In my DNS zone management i have made the following rule:

*.<domain>.
A
<ip>

*.<domain>.
AAAA
<ipv6>

Then i create in website and domains a subdomain, using a correct root folder.
It doesnt matter how hard i try, no matter what, the domain is not enabled.
I hope this is enough information about my issue to help me solve it, any additional information can easily be given.

Thank you in advance,
Stefan
 
Last edited:
Is there anyone who can tell me what to do?
This is a list of my dns settings. I really need your help.

*.<domain>. CNAME <domain>.
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. AAAA <ipv6>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
<ipv6> / 64 PTR <domain>.
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip>
ipv6.<domain>. AAAA <ipv6>
mail.<domain>. A <ip>
mail.<domain>. AAAA <ipv6>
ns.<domain>. A <ip>
ns.<domain>. AAAA <ipv6>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
 
Back
Top