Hello,

In the README.txt it says

"STEP 2: Enable wildcard DNS on your DNS hosting provider
(e.g. *.example.com)

STEP 3: Configure your webserver for wildcard virtual hosts.
(HINT for apache: ServerAlias *.example.com)"

For the DNS, this means adding an A record for *.example.com?

For Apache, this is the only line "ServerAlias *.example.com" I need to add? The "Hint" nature of the note makes it sound like one needs to further research how to do this :)