This is I'm sure a rather basic issue. When I use an include statement on an html page (windows host) images/infor within the include do not appear. Here is what I am using.
<? include "menu.html"; ?>
I do have a .htaccess with the following statement.
AddType application/x-httpd-php .php3 .phtml .php .php4 .html .htm
This works fine on a unix host, but not on a windows host, unless PHP is setup differently. Anyone have any suggestions?