How do I set *.domain.com to point to www.domain.com?
Do I need a dedicated IP Address?
Many thanks who read and answer this thread.
Do I need a dedicated IP Address?
Many thanks who read and answer this thread.
ServerAlias *.|DOMAIN|
nano /etc/httpd/conf/httpd.conf
<VirtualHost xx.xx.xx.xx>#youre'r IP address
ServerName *.domain.com
ServerAlias *.domain.com
DocumentRoot /home/username/domains/domain.com/public_html
</VirtualHost>
Hello SidV,
Thank you for replying.
Unfortunately, wildcard is not supported at the moment. It has been added to our list of client requested features and may be included in a future service upgrade. Thank-you for your suggestion.
Tutorials, demos, and answers to over 90% of your questions may also be found immediately at our Self-Help Support Centre: http://www.netfirms.com/support/
Regards,
Lucy
SidV said:I'm going to dead.
Thats so bad....
But I still fighting...
I sign in to dnsexit.com
And now I have wildcards; I added an A record, but if you go to http://whatever.mydomain.com you'll see the root of my server, NOT my website!!!???
How can I fix that?
Do I need a dedicated IP Address?