can i get wildcarded DNS support?
| Quote: |
| A "normal" DNS entry looks like this: "www.yourdomain.com. IN A 127.0.0.1"
A wildcarded DNS entry looks like this: "*.yourdomain.com. IN A 127.0.0.1" This is possible no matter if you are on a shared IP or not. If you are using an Apache webserver, it's most likely required to add a "ServerAlias" to the apache config-file. This has to look like this: "ServerAlias *.yourdomain.com" |
