All, I am running Win98, Apache 1.3.26 and PHP 4.2.2.
Just doing an example I found on web and I need to "configure server to pass any page with .html extension through PHP"
Does anyone know how to do this?
All help welcome. 🙂
In httpd.conf, there is a line that says something like:
addtype application/x-httpd-php .php
,right?
simply add on to the end of that line ".html" (without the quotes)