Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Apr 2005
    Posts
    5

    Default 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

  2. #2
    Member
    Join Date
    Dec 2006
    Posts
    8

    Default

    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?

  3. #3
    Member
    Join Date
    Apr 2005
    Posts
    5

    Default

    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

  4. #4
    Member
    Join Date
    Feb 2003
    Posts
    291

    Default

    Did you check the virtualhost entry in httpd.conf ? Is there ServerAlias for www.mysite.com domain.
    Mitul

  5. #5
    Member rpmws's Avatar
    Join Date
    Aug 2001
    Location
    back woods of NC, USA
    Posts
    1,858

    Default

    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

  6. #6
    Registered User
    Join Date
    Dec 2006
    Posts
    1

    Default

    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.

  7. #7
    Member
    Join Date
    Apr 2005
    Posts
    5

    Default

    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."

Similar Threads & Tags
Similar threads

  1. My domain doesnt work without www
    By democreations in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 03-04-2010, 03:58 PM
  2. Child domain problem??? www.***.com doesn't work, ***.com does
    By mnbookman in forum New User Questions
    Replies: 1
    Last Post: 06-27-2008, 11:38 PM
  3. Need help. WWW does not work but the domain works without the WWW
    By urbanhostonline in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 09-28-2005, 11:19 PM
  4. Help... www.domain.com/cpanel doesn't work!
    By hostingtruth in forum cPanel and WHM Discussions
    Replies: 16
    Last Post: 08-07-2004, 07:30 AM
  5. make www.sub.domain.com work
    By tihp in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 10-08-2003, 01:16 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube