if i wanted to go say www.daylightpoker.com do i need to put www co's when i dont put www it comes up with this: http://daylightpoker.com
http://bafsquad.jointoperation.net/s...store/eror.gif
any ideas how to fix this ?
if i wanted to go say www.daylightpoker.com do i need to put www co's when i dont put www it comes up with this: http://daylightpoker.com
http://bafsquad.jointoperation.net/s...store/eror.gif
any ideas how to fix this ?
Sounds like your httpd.conf is not set up correctly.
The VirtualHost section for the relevant domain should look something like:
Make sure that the line indicated in bold is correct.Code:<VirtualHost [IP address]> ServerAlias www.example.com example.com ServerAdmin webmaster@example.com DocumentRoot /home/example/public_html BytesLog domlogs/example.com-bytes_log ServerName www.example.com <IfModule mod_php4.c> php_admin_value open_basedir "/home/example:/usr/lib/php:/usr/local/lib/php:/tmp" </IfModule> User example Group example CustomLog domlogs/example.com combined ScriptAlias /cgi-bin/ /home/example/public_html/cgi-bin/ </VirtualHost>
Hello,
Did you check the "ServerAlias" section of that domain in your apache config file?. If not check it first. I think you are missing the entry in your "ServerAlias" section. It will help you to solve this issue. Let me know the status![]()
I checked to see if your domain resolved to two different IP numbers which is the problem I had when that page cropped up on going to domainname.com. So its not your DNS.
Specks
im abit new to this cpanel software how would i do the above ?Originally Posted by bijo
One more question
Did you change your domain ip recently?. if yes it may be related with dns propagation.
Originally Posted by bijo
around a month ago i changed my domain using whm by Modify an Account
and changing it form one domain name to another then i got 3 errors one do with accounts not showing up and listing parked domains and the other ive forgot.
coulndt fix them so i waited and made a post on this forum waited another hour and they seem to fix there selfs in way or another.
thanks for reading
Checking httpd.conf requires that you have root access to the server. Is this your server?
Specks
i dont own the server i just have a cpanel package with the host, i think i can fix it by making a new account and moving its content to the new account.
Thanks For Reading.