Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
The firts, i'm beginner.
I have installed php4 with apache, but i have one doubt:
- If i execute http//localhost/script.php, Apache execute the php code but if the extension file is .html it doesn't, Why??? What is the difference???
check your apache config file and see what extensions(.php, .htm, .html). I forget right off the top of my head what is it listed as. I had the same problem until i figured out that .html was missing in mine.