I have seen that Apache 2 changed rules and I have to define new .htaccess.
Do you have any idea how to make correct path.
I used to have code to define path like:
Path variable
$_PATH1 = "http://" . $_SERVER['HTTP_HOST']."/";
and
<?PHP include($_PATH1.'en-US/footer/'."footer_si.php");?>
Now is not working anymore.

