can someone show me how to do it. I use to edit the httpd.conf file and add the wildcard there but now with easyapache3 it seems to have changed.
I tried adding the wildcard to vhosts.default like this:
but it gets removed when I run
/usr/local/cpanel/bin/apache_conf_distiller --update
I think I need to add a vhost somewhere so it will make the www and *
Thanks
I tried adding the wildcard to vhosts.default like this:
Code:
[% ELSE -%]
ServerAlias [% vhost.serveralias %] *.[% serveralias%]
[% END -%]
/usr/local/cpanel/bin/apache_conf_distiller --update
I think I need to add a vhost somewhere so it will make the www and *
Thanks