It should be enough to write AddHandler server-parsed .html in .htaccess fto make the .html page show ssi, right? The code for the ssi file is <!--#include virtual="http://www.blabla.info/tradrads/footerad.php" --> But I cant get it to work, footerad.php does not show and I get the meesage: [an error occurred while processing this directive] Do you have a solution? green rep to good answers
Ok, I found the answer myself. For anyone that is interested: <!--#include virtual="http://www.blabla.info/tradrads/footerad.php" --> does not work, but <!--#include virtual="../tradrads/footerad.php" --> works rep to myself