| plesk 7 question Is their any way to add wildcard support through the plesk interface without doing this.... I knwo you can add the wildcard dns record easily but the rest?
------------------------------------------------------------
Plesk ][ Wildcard subdomains
If you want to use wildcard subdomains and point them to your website make sure you have the following:
Make sure you have a wildcard DNS entry in Domain > DNS. You can add one as followed:
Set the "Record Type" dropdown to "A" and klick the Add button.
In the next screen enter a * (asteriks) in the domain name field, and enter the IP address your subdomain needs to point to.
Next, you need to create or edit the vhost.conf file for the domain:
The file is located at /home/httpd/vhosts//conf/vhost.conf
Open it, and add the line "ServerAlias *.".
Now run the following commmand:
# /usr/local/psa/admin/bin/websrvmng -a -v
Now all you need to do is restart apache.
-------------------------------------------------------- |