can't find localhost...

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default can't find localhost...

    hi anybody out there...
    i have problems with a developed site... that has been working fine up to a
    couple of days ago... all of a sudden when previewing the index.php in
    safari... i get the message that the server localhost cannot be found...
    no new programs have been installed... nor have any settings been changed...
    has anybody got an idea as to what might have happened... or has come across
    this problem before...
    any help is greatly appreciated...
    thx...

    Pumlilaman Guest

  2. Similar Questions and Discussions

    1. localhost:8500 error: cannot find server
      Hi, I have been building a website and testing in it cold fusion, and I also work in Cold Fusions's administrator with a data source as I have a...
    2. DMX cant access localhost !!!!
      I'm trying DMX2004 trial to see what its database functions are like but am completely stuck. I've installed apache (v2), PHP (v5.03) & MySQL...
    3. Find localhost’s IP number
      Hi, I am running apache on local pc/ under Windows. I need to figure out the ip number of the pc inside PHP. This is the number available when...
    4. how to set up 'localhost' for IE?
      Hi, I have installed phpdev that comes with mysql/phpMyAdmin/php/apache. verything works fine with Netscape but i have trouble setting up IE to...
    5. Something simple!? Sessions - admin.localhost to main.localhost
      Hi Why does the following code allow me to keep the same session when in the same sub domain (ie admin.localhost), yet not when I goto another...
  3. #2

    Default Re: can't find localhost...

    It is can't find 'localhost' are you sure the webserver is running properly?

    Is this Windows or Linux?
    What server is running - IIS, Apache, etc...?

    Have you tried a reboot?
    budeborton Guest

  4. #3

    Default Re: can't find localhost...

    sorry... it is a g5 mac... webserver is apache... reboot more than one time... :-)
    webserver should be running properly... however if you got any idea... let me know...
    kind regards...
    j?rgen
    Pumlilaman Guest

  5. #4

    Default Re: can't find localhost...

    Safari can?t open the page ?[url]http://localhost/?[/url] because it could not connect to the server ?localhost?.
    is the message...
    Pumlilaman Guest

  6. #5

    Default Re: can't find localhost...

    Pumlilaman wrote:
    > Safari can?t open the page ?[url]http://localhost/?[/url] because it could not connect to the server ?localhost?.
    > is the message...
    It shouldn't be necessary, but sometimes Mac OS X gets fussy, and
    prefers 127.0.0.1 instead of localhost. Worth trying anyway.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  7. #6

    Default Re: can't find localhost...

    Check the personal web sharing checkbox (if you haven't already) is ticked
    on you sharing tab of system preferences. Same happened to me a while ago,
    it just seemed to switch itself off, couldn't think of any reason why, but
    it solved the problem.

    On 19/4/05 11:56 pm, in article d442bm$h6a$1@forums.macromedia.com, "David
    Powers" <dp@example.com> wrote:
    > Pumlilaman wrote:
    >> Safari can?t open the page ?[url]http://localhost/?[/url] because it could not connect
    >> to the server ?localhost?.
    >> is the message...
    >
    > It shouldn't be necessary, but sometimes Mac OS X gets fussy, and
    > prefers 127.0.0.1 instead of localhost. Worth trying anyway.
    Calvin Willman Guest

  8. #7

    Default Re: can't find localhost...

    thank you... it did the trick...
    for some reason... it was not activated even though it was all that time... never thought of checking that...
    so thank you...

    j
    Pumlilaman Guest

  9. #8

    Default Re: can't find localhost...

    if http://localhost works in a browser then your local server it's OK so:
    do this
    go to c:\windows\system32\drivers\etc\hosts
    open hosts with text editor and write:
    127.0.0.1 localhost
    this is all you need to make dreamweaver will work very well :)
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139