Hello,
first of all, AMPPS are awesome software, thanks for it.
What Im missing is possibility to create wildcard for domain in Add domain dialog.
AMPPS creating httpd-vhosts.conf record like this:
Code ServerName project.local
ServerAlias project.local
all I need is to have setting for wildcard - checkbox named "Enable wildcard for domain". Then it will look like this..
Code ServerName project.local
ServerAlias *.project.local
.. I know, I know.. it can be edited manualy in httpd-vhosts.conf, but it will be overwrited by AMPPS each time I create new domain.
It is not neccessary, I can live without it, but try to think about it
|