Jump to content

BlinkSumGreen

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

BlinkSumGreen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. That was it! I had been using just localhost instead of localhost8080:... Thank you very much!
  2. Ok, I checked and it was named phpinfo.php.txt, so I changed it and changed the "hide extensions" option. But I'm still getting the "Problem Loading Page". DocumentRoot "D:/apache2/htdocs" And that's where I have the file.
  3. Ok, I did that, and when I clicked on that link I got the "It Works" message. But I still get the "Problem loading page" page when I try to open the php file.
  4. I'm trying to learn PHP and am trying to set up Apache and I changed the httpd.conf file and added: LoadModule php5_module c:/php5/php5apache2_2.dll I tried putting a practice file in my htdocs folder and tried to open in a browser, but it won't recognize it... Ok... when I try to start Apache now, it says: Only one usage of each socket address <protocol/network address/port> is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available shutting down
  5. I have version 2.2, so I changed it to be 'php5apache2_2.dll', and now I don't get an error anymore, but Apache itself won't open... and I tried putting a document in the htdocs folder and open it in a browser, but it doesn't work. <?php phpinfo(); ?> Unless that's wrong, I don't know what's up.
  6. I'm trying to learn PHP and am trying to set up Apache and I changed the httpd.conf file and added: LoadModule php5_module c:/php5/php5apache2.dll It says it can't locate the file, but I know that it exists. Any help would be great,
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.