1

I downloaded the php-5.3.3-Win32-VC6-x86.msi file from php's download page. I have a working apache2 server running. On the setup window I selected the apache 2.2.x Module and on the Apache Configuration directory I selected the conf file.

The info.php page isn't appearing on my browser (404 Not Found), why?

alt text

alt text

andandandand
  • 111
  • 4
  • Is Apache set up properly? In other words, are you just getting the PHP code in your browser? – user36778 Jul 28 '10 at 16:06
  • Apache is working properly. The "It Works" page appears when I write http://localhost on the browser bar. I don't understand your second question. –  Jul 28 '10 at 16:21
  • What does "isn't appearing on my browser" mean? – user36778 Jul 28 '10 at 16:26
  • means 404 Not Found –  Jul 28 '10 at 16:28
  • Did you put your php code in the directory where Apache is looking for them? –  Jul 28 '10 at 16:36
  • What php code? I haven't written any php code, http://localhost/info.php page should appear according to the installation instructions that I'm following. Do I have to tell Apache where is the php folder I've installed? How? –  Jul 28 '10 at 16:41
  • @dmindreader, Place some PHP files on your web root and navigate to it. – user36778 Jul 28 '10 at 19:04

1 Answers1

1

sorry I would leave this as a comment but I can't: if you don't need version 5.3.3 and version 5.3.1 is fine too then I'd suggest that you stick with XAMPP which does all the setup work for you