|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Testing PHP file - Problem
Hello
Today I have been following the tutorial of installing APACHE, PHP and SQL. http://www.webthang.co.uk/tuts/tuts_server/sirj1/sirj1_2.asp So far I have managed to APACHE with success. Recently i have tried to install PHP and executed the file - test.php and I get an error message: Not Found The requested URL /php/php.exe/test.php was not found on this server. Apache/1.3.31 Server at localhost Port 80 How to iron this problem out? |
|
#2
|
|||
|
|||
|
RE: Testing PHP file - Problem
If you look at the error closely:
The requested URL /php/php.exe/test.php was not found on this server. You can see it is looking for your requested file inside a non-existent foler as obviously php.exe is an executable and not a folder. You just need to edit your config and make sure your home directory, or whatever apache calls it, is correct. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Testing PHP file - Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|