Re: [PHP] simple config. question

2001-02-05 Thread Alain Fontaine
Christian, Wouldn't this put unnecessary load on the webserver? Every .htm and .html document, even if it doesn't contain any line of PHP code, would go through the parser... ? "Christian Reiniger" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] On Monday 05 February 2001 20:

Re: [PHP] simple config. question

2001-02-05 Thread Christian Reiniger
On Monday 05 February 2001 20:14, Shane McBride wrote: > Unless I am mistaken, I am pretty sure you need to have sometype of > .php extension. Unless you could put a line in the httpd.conf file > like: AddType application/x-httpd-php .html Well, that's exactly the right way :) Perhaps a more "ge

Re: [PHP] simple config. question

2001-02-05 Thread Shane McBride
Unless I am mistaken, I am pretty sure you need to have sometype of .php extension. Unless you could put a line in the httpd.conf file like: AddType application/x-httpd-php .html BUT, I HAVE NEVER DONE THIS SO PLEASE WAIT FOR A MORE EDUCATED ANSWER. - Shane - Original Message -