[PHP] PHP process .html extension file

2003-11-17 Thread BennyYim
PHP server will interpret .php extension files (index.php) as default. What should I set if I want the PHP server also interpret .html files (e.g. index.html) before send to client? Thank You ! .---. | Message Posted by NewsgroupXplorer| |

Re: [PHP] PHP process .html extension file

2003-11-17 Thread Jason Wong
On Monday 17 November 2003 18:03, BennyYim wrote: PHP server will interpret .php extension files (index.php) as default. What should I set if I want the PHP server also interpret .html files (e.g. index.html) before send to client? If using apache: AddType application/x-httpd-php .php