|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
DNS error
First let me say sorry I'm sure this question has been asked before here but I've tried looking through all the post and found it very time-consuming...
Here's my problem the site works fine when you type in http://website.com but i get a server error when you try to type http://www.website.com I've gone over the dns file and compared to others that work fine and i can find no difference... Its prolly so obvious and i just keep missing it... heres the dns info.... ; ; Zone NS records ; @ NS ns1.domain.com. ns1.domain.com. A xxx.xx.xx.xxx @ NS ns2.domain.com. ns2.domain.com. A xxx.xx.xx.xxx ; ; Zone records ; @ A xxx.xx.xx.xxx www CNAME website.com. What is the problem can anyone help? |
|
#2
|
||||
|
||||
|
Try to change your CNAME record to this:
www CNAME @
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
|||
|
|||
|
more likely a problem with your web server...
If you can verify the DNS resolution (with tools liek 'dig' or 'nslookup'); that both 'domain.com' and 'www.domain.com' both return the correct and same IP. Then your web server is behaving differently. Very common problem with virtual hosting. qild guess: If you're using apache for hosting, make sure your virtualhost contain has a ServerName domain.com ServerAlias www.domain.com [or you may swap the values if you like] -c |
|
#4
|
||||
|
||||
|
It is unlikely to be a webserver problem. Even if you don't explicitly say the serveralias it will default to the first virtual host (if virtual hosts are used) otherwise the main site if they aren't used.
|
|
#5
|
|||
|
|||
|
Alright tried changing www CNAME @ and didnt help
nslookup is seeing the right ip for the www.domain.com Any other suggestions? |
|
#6
|
||||
|
||||
|
yeah, tell us the real domain and we wont' have to work in the dark trying to help you.
|
|
#7
|
|||
|
|||
|
shore-interactive.com
|
|
#8
|
||||
|
||||
|
aha, so you literally meant it returns a server error. This is definately a webserver configuration problem. With the exception of the SOA record, the DNS is properly configured.
This may be a DNS forum, but since I was wrong about it not being a webserver problem, I'll help ya with your apache config as well. Please copy the httpd.conf file into your website directory and post a link to it so that I may go through and find out why you have this problem. It may be similar to what "cconstantine" said but after seeing the config I can give you more detailed help. |
|
#9
|
|||
|
|||
|
ummm its not and apache web server i'm running... its the iis server...
|
|
#10
|
|||
|
|||
|
Sorry didnt mean to sound like a smart *** lil kid ... I'm tired and frustrated that I can't fix this by myself... sorry if i sound ungrateful
gina |
|
#11
|
||||
|
||||
|
oh, IIS huh? I'm sorry. You may have to take your question to the IIS forum.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > DNS error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|