I uploaded my website to Altersite but the PHP scripts are not running. I have enabled PHP5 using the PHP settings in the control panel.
This is the URL to my site: http://raymondzeng.altervista.org/
This it the PHP code used in the site:
<?php
$current="index.";
include 'header.php';
?>
I have uploaded the header.php file in the same folder as the index.html file.
Any ideas? Please help. Thanks!