Hi, I managed the DNS zone with OVH...I haven't any VPS/Dedicated Server/Hosting with OVH.
I check the /usr/local/apache/conf.d/vhosts.conf and this is the content:
# vhost_start domain.com
<VirtualHost ip:80>
ServerName domain.com
ServerAlias
www.domain.comServerAdmin 5
DocumentRoot "/home/g123ftp1/public_html"
ScriptAlias /cgi-bin/ "/home/g123ftp1/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/g123ftp1/domain.com/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup g123ftp1 g123ftp1
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup g123ftp1 g123ftp1
suPHP_ConfigPath /home/g123ftp1
</IfModule>
<Directory "/home/g123ftp1/public_html">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end domain.com
I tried to add "ServerAlias domain.com" but is the same.
What can I do?
P.S. I compared the DNS zone of CWP with the DNS zone of OVH and there are the same records.