Re: [PHP-INST] have php parse .html files, no access to serversetup.

2002-10-28 Thread Robert Foster
Thanks Jim, that seems easy enough. :) Since I never went through an actual install of php(Hosting company handled it) this part of it is a bit of a mystery for me. I take it the .htaccess file should go in my web root directory. I've been using php more and more so I wouldn't be surprised if all

Re: [PHP-INST] have php parse .html files, no access to serversetup.

2002-10-28 Thread Jim Thome
Bob, Add this line to your .htaccess file: AddType application/x-httpd-php .html No security problems, just an added load on your server to parse (potentially) static files. Jim >>> Robert Foster <[EMAIL PROTECTED]> 10/28/02 12:46PM >>> I would like to be able to have my Hosted web server par