/*
header('HTTP/1.1 301 Moved Permanently');
header('Location: https://www.fitness24.be/crosstrainers/rear-driven-vliegwiel-achter/finnlo-crosstrainer-loxon_1/' );
exit();
*/
if (is_file('/var/www/vhosts/finnloloxon.be/httpdocs'.$_SERVER['REQUEST_URI'])){
$sFile = file_get_contents('/var/www/vhosts/finnloloxon.be/httpdocs'.$_SERVER['REQUEST_URI']);
echo str_ireplace(Array('/>','','','onLoad="collapseAll();"',''),Array('>','','','',''.PHP_EOL. ''),$sFile);
} else {
header("HTTP/1.0 404 Not Found");
}