Forum Moderators: phranque
First you need to check your registrar, if this is something with them? which i think is negative.
Then it might be the case that your server alias would be set with www.example.com instead of being without it.
Please run these two checks and lets see what you find out.
Thanks
Kami
Server alias..i need to go to the other room to check but i belive i have both www.example.com and example.com is this bad?
when i type just example.com it jsut gives me "no website is configured at this address" (I have access to the web server but am not the head administrator so I don't know what he's set up on there)
I think i have got your issue
it looks like
your www.domain.com is setup to land in any other directory and domain.com is setup to land in anyother.
Just ask your administrator to setup both of them i mean
[domain.com...]
[domain.com...]
to go in ONE, SAME directory on the server
for example
currently it might be like this
example.com="C:/inetpub/wwwroot/example.com"
www.example.com="C:/inetpub/wwwroot/www.example.com"
you just need to set it like this
example.com="C:/inetpub/wwwroot/example.com"
www.example.com="C:/inetpub/wwwroot/example.com"
or vice versa but both should go in one single directory.
i think most definitely this would be the issue.
Please leme know your findings so that we can check further if this doesnt get resolved.