What do I need to do to get the following code to work on pages that do not have the .php extension.. seems it only works when the page is pagename.php, but I need it to work on .shtml, .htm & .html, etc... what can I do?
PHP Code:
<?=file_get_contents("http://www.domain.com/file.htm")?>