Re: [PHP-DB] file name extentions

2001-03-24 Thread JJeffman
Look for "AddType application/x-httpd-php4" on your Apache configuration file and add the types you want PHP4 be responsible for. Here are my own : AddType application/x-httpd-php4 .php AddType application/x-httpd-php4 .php3 AddType application/x-httpd-php4 .html HTH Jayme. -M

Re: [PHP-DB] file name extentions

2001-03-24 Thread Felix Kronlage
On Sat, Mar 24, 2001 at 12:40:48PM +0100, Dan Eskildsen wrote: > I have tired using the filenmae file.php but the server will not execute the > file. This depends on the configuration of the webserver. The webserver needs to be told which file-suffixes should be used to identify files to parse.