Note that there are some explanatory texts on larger screens.

plurals
  1. POlocalhost - can't connect
    primarykey
    data
    text
    <p>I installed a WAMP package on a Windows 7 machine and everything ( Apache, php, MySQL, phpMyAdmin) appear to have installed correctly.</p> <p>However when I try to access localhost or phpMyAdmin via the browser, I get error <code>Server Not Found</code>.</p> <p>I've tried using: <br/></p> <ul> <li><a href="http://localhost" rel="nofollow">http://localhost</a>, </li> <li><a href="http://localhost/phpmyadmin" rel="nofollow">http://localhost/phpmyadmin</a>, </li> <li><a href="http://127.0.0.1" rel="nofollow">http://127.0.0.1</a>, <br/></li> <li><a href="http://127.0.0.1/phpmyadmin" rel="nofollow">http://127.0.0.1/phpmyadmin</a><br/></li> </ul> <p>In all cases I get the same error.</p> <p>I've checked the httpd file it says <code>Listen 80</code>. </p> <p><code>C:\Windows\System32\drivers\etc\hosts</code> says <code>127.0.0.1 localhost</code>.</p> <p>The apache log says :</p> <pre><code>[Sun Mar 04 16:07:51 2012] [notice] Apache/2.2.22 (Win32) PHP/5.3.10 configured -- resuming normal operations [Sun Mar 04 16:07:51 2012] [notice] Server built: Jan 28 2012 11:16:39 [Sun Mar 04 16:07:51 2012] [notice] Parent: Created child process 2636 [Sun Mar 04 16:07:51 2012] [notice] Child 2636: Child process is running [Sun Mar 04 16:07:51 2012] [notice] Child 2636: Acquired the start mutex. [Sun Mar 04 16:07:51 2012] [notice] Child 2636: Starting 64 worker threads. [Sun Mar 04 16:07:51 2012] [notice] Child 2636: Starting thread to listen on port 80. </code></pre> <p>Anything else I should try?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload