I create an account but he work just with http://name.ro not http://www.name.ro
The support departament find the sollution :-) He make a subdomain called www.
In edit Zone DNS all is OK.
Who can help me please?
I create an account but he work just with http://name.ro not http://www.name.ro
The support departament find the sollution :-) He make a subdomain called www.
In edit Zone DNS all is OK.
Who can help me please?
you must have a CNAME entry for www
something similar to below mentioned entry.
www 14400 IN CNAME name.ro.
if you have that entry in your DNS zone file then you can just open up your httpd.conf file and check out the virtual host entry for your domain name - check whether you have entries similar to the below mentioned entries.i hope that will resolve your problem.
&VirtualHost YOURIPADDRESS&
ServerAlias www.name.ro name.ro
ServerAdmin webmaster@name.ro
DocumentRoot /home/username/public_html
BytesLog domlogs/name.ro-bytes_log
ServerName www.name.ro
CustomLog domlogs/name.ro combined
ScriptAlias /cgi-bin/ /home/username/public_html/cgi-bin/
&/VirtualHost&
regards,
Parag
Thank you for your support.
I change the serial number and he regenerate de settings. After few hours work!