Why is Apache and php not working?
Posted: 04 February 2010 04:20 AM     [ Ignore ]  
I've Only Posted Once!
Total Posts:  5
Joined  2010-02-02

I installed apache a few times and it didn’t seem to be working. One of the times I manually deleted the files, i’m thinking perhaps that could have done some damage.

Yesterday i installed Xampp and apache and php doesn’t work. (mysql works.) I made an echo statement and my browser didn’t process it.

Could something be wrong with my browser perhaps?

How do I go about figuring out what’s the problem?

Profile
 
Posted: 09 March 2010 09:12 AM   [ # 1 ]     [ Ignore ]   [ # 1 ]  
Hi...I'm New...
Total Posts:  14
Joined  2010-03-09

The main directory for all WWW documents is \xampp\htdocs. If you put a file “test.html” in this directory, you can access it with the URI “http://localhost/test.html”.

Profile