Go Back   cPanel Forums > General Discussion > cPanel Newbies

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-15-2006, 05:33 PM
Registered User
 
Join Date: Apr 2005
Posts: 5
Cap10Kirk is on a distinguished road
www. DOES NOT work with my domain name?!!

For whatever reason, www.mysite.com does not work. In fact, I get the following message in the firefox browser:
There is no website configured at this address.


You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site.

However, when i goto http://mysite.com, the site comes up. Is there any way I can resolved this issue?

This issue started when I deleted the site, then created it again.

Please help
Thanks in advance,
Kirk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-15-2006, 05:58 PM
Registered User
 
Join Date: Dec 2006
Posts: 8
duckxtales is on a distinguished road
what do you mean when you deleted the site and created it again? do you mean you terminated the account and created a new one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-15-2006, 09:53 PM
Registered User
 
Join Date: Apr 2005
Posts: 5
Cap10Kirk is on a distinguished road
Quote:
Originally Posted by duckxtales View Post
what do you mean when you deleted the site and created it again? do you mean you terminated the account and created a new one?
That's exactly what I did. Sure wish I could get a do over
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-15-2006, 11:20 PM
Registered User
 
Join Date: Feb 2003
Posts: 291
mitul is on a distinguished road
Did you check the virtualhost entry in httpd.conf ? Is there ServerAlias for www.mysite.com domain.
__________________
Mitul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-16-2006, 07:48 AM
rpmws's Avatar
Registered User
 
Join Date: Aug 2001
Location: back woods of NC, USA
Posts: 1,834
rpmws is on a distinguished road
sounds like dns propagation to me ..or the auth zone wasn't re-created ..or you changed the IP?
__________________
Just keeping my "eye" on things....
R. Paul Mathews
RPMWS - diehard cPanel Nutcase
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-16-2006, 07:09 PM
Registered User
 
Join Date: Dec 2006
Posts: 1
enzo12 is on a distinguished road
Hi i solved the issue ur facing by creating a jscript that redirects. More information is available from the support site @

h**p://kb.brinkster.com/Kb.asp?kb=108075

I choose the option @ the very bottom. I created an 'index.html' file in the public_html folder. Then i wrote the code below. Notice that it has an option for every way someone could access ur site (ie. www.yoursitename.com, http://yoursitename.com, yoursitename.com, etc)




<html>
<head>
<title></title>
<script language=javascript>
var whois=location+" "


if (whois.indexOf("yoursitename.com") != -1)
{ window.location ="default.html" }

if (whois.indexOf("http://www.yoursitename.com") != -1)
{ window.location ="default.html" }

if (whois.indexOf("www.yoursitename.com") != -1)
{ window.location ="default.html" }

if (whois.indexOf("http://yoursitename.com") != -1)
{ window.location ="default.html" }

</script>
</head>
<body>
</body>
</html>


Where it says "default.html". Thats where you put the name of your home page file. Now if your actual home page file is called "index.html," you could rename it to default.html. Then when someone accesses ur site, it will go check the javascript code about and then redirect to where you specified.

Hope this helps you!

Last edited by enzo12; 12-16-2006 at 07:18 PM. Reason: more details.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-17-2006, 03:52 PM
Registered User
 
Join Date: Apr 2005
Posts: 5
Cap10Kirk is on a distinguished road
Quote:
Originally Posted by rpmws View Post
sounds like dns propagation to me ..or the auth zone wasn't re-created ..or you changed the IP?
that was the problem. DNS propagation wasn't complete.

thanks all
Kali


--------------
"I totally don't know what that means, but I want it."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:55 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc