Hello, I have a problem with only one domain. It works fine without www (domain.com) but not with www (www.domain.com)
I have followed multiple similar threads from here but nothing...
The domain is created and in apache.conf I have:
-----------------------------------------
<VirtualHost 72.232.xxx.xx>
ServerAlias domain.com
ServerAdmin webmaster@domain.com
DocumentRoot /home/user/public_html
BytesLog domlogs/domain.com-bytes_log
ServerName www.domain.com
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/user:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User user
Group user
CustomLog /usr/local/apache/domlogs/domain.com combined
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/
</VirtualHost>
-------------------------------------------
At DNS, I have the Cname www entrie to the domain, and all seems to be similar to domains that are working fine inside the same server. I have deleted and created again the domain, and I'm very frustrated with this issue.
Somebody knows how to solve it?
Thanks in advandce for your help,
Sebastian



LinkBack URL
About LinkBacks
Reply With Quote




