On Friday 13 July 2001 15:34, Randall Barber wrote:
> IIS supports (for lack of a better term) embedded ASP within HTML pages and
> still interprets it. Does such a thing exist for PHP and Apache?
>
> I've set up the PHP as a module in Apache and would like to do the
> following (notice the filename has a .html extension):
>
Just add the following to your httpd.conf file:
AddType application/x-httpd-php .html
then stop and start Apache.
Cheers
--
Phil Driscoll
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]