Forum Moderators: phranque
Why not?
.htaccess on both sites:
AddType text/html .shtml .html
AddHandler server-parsed .shtml .html
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html .shtml
include code on both sites:
<?
include('menu2.shtml');
?>
I've tried using .php instead of .shtml, I've tried changing the .htaccess files.
Why should the same code work on one site and not the other?
Thanks