I have a Red Hat 7.2 system running apache 1.3.20, with php 4.0.6 and the mods installed.
I've made a simple <?php echo "Hello World";?> script that I've saved as both test.php and test.html
When I load test.php from my browser, I get the expected results.
When I load test.html from my browswer, I get nothing.
I assume there is a switch inside httpd.conf that allows me to enable embedded php?
Thanks?