Quote:
Originally Posted by cd34
Code:
<FilesMatch "\.htm(l)?$">
SetOutputFilter INCLUDES
</FilesMatch>
AddType application/x-httpd-php .htm .html
|
Ewwwwwww.
echo @stripslashes( @join( @file( "http://www.somedomain.com/cgi-bin/someperl.cgi" ),"" ));
As for running htm pages as php, maybe in one directory it would be OK, but not sitewide. You dont really want HTM being parsed as PHP if you can help it. It will cause a performance hit.