View previous topic :: View next topic |
Author |
Message |
Jolly -
Joined: 28 Mar 2007 Posts: 1
|
Posted: Wed Mar 28, 2007 7:35 pm Post subject: Help |
|
|
Help ..... have installed server OK and tried both PHP 4 and 5 without success. I've followed installation instructions several times including clean re installs.
The problem is when I run the test php file (phpinfo) I get page not found even though it is in htdocs.
I suspect the sever is not calling the php interpreter.
No doubt it's me but can someone shed some light please.
WIN XP pro, SP2,Athlon processor, 512mg ram.
Cheers
Peter |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Wed Mar 28, 2007 10:01 pm Post subject: |
|
|
Make sure you put the files in your htdocs folder. If the page cannot be found then it cannot find the file. An error 500 means a script or configuration error.
Also check your file isnt saved as "file.php.txt". In notepad put any filenames in quotes (") when you save. This ensures it keeps the extension you want. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
|
Back to top |
|
 |
|