View Single Post
Old 2006-10-18, 11:13 AM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
AddType application/x-httpd-php .html .htm .shtml

Add the .shtml if you want to parse .shtml for php.

You actually can parse for both in Apache2 by setting up an INCLUDES filter on the content.

Make sure pages are already parsed, then do something like:

AddOutputFilterbyType INCLUDES text/html

maybe.....
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote