adding dynamic subdomains to my webserver?
- by Solomon Saleh
im trying to add a wildcard subdomain system to my webserver, but its still not working,
this is the steps i took:
i made a new file vhost.conf in the directory var/www/vhosts/www.example.com/conf/vhost.conf
and i put
ServerAlias *.domain.com
then second of all i made a new dns wildcard on plesk
CNAME *domain.com example.com
and then i…