Forum Moderators: open
something like this might work:
AddHandler php5-script .html
<?
include ("/full server path to your file/text.php");
?>
---------------------------------------
converting htm to html using .htaccess file
using notepad copy the code below and save as htaccess, upload to your web space and rename as .htaccess
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.html [NC]