In reply to:
is it possible to use an .htaccess file to make the PHP interpreter parse other file extensions
Yes. For example, to parse .html and .htm files, just include a line similar to the following in your .htaccess file.
For PHP 4...
AddHandler php-cgi .html .htm
For PHP 5...
AddHandler php5-cgi .html .htm
Mark
--
Save $50 on DreamHost hosting using promo code SAVEMONEY ( Click for promo code details )