If you are pointing your browser to
http://localhost/phpinfo.php you are probably looking
at IIS since you said a few line up that you changed
the Apache port ot 8080.
Maybe you should try
http://localhost:8080/phpinfo.php, if, indeed, you
have a file called phpinfo.php in your web server
root.
Ch
You said you changed the port to 8080 but you didn't specify that in the
browser URL. By default all web browsers connect to port 80 unless you
specify otherwise. You need to use the address:
http://localhost:8080/phpinfo.php
Cheers.
Armando
Sunburned Surveyor wrote:
Windows/PHP Users,
I'm new t
Do a search for you phpinfo.php on the 'C:' drive.
Make sure that its in your 'www' folder or in your
apach/htdocs folder. Once you've determined this, go
to www.php.net and review the section on 'installing
php on windows'. If all else fails, go to www.wamp.com
and instal the bundle.
--- Sun