PHP execution with SSI
Posted: Thu Aug 31, 2006 12:38 pm
Hi
I've recently moved to new server, my sites pages uses the SSI and
after moving I am getting the blank pages in result. I tried to include the html file it was successfuly included . I only can include .html or .htm files. My site coding is in php files (header & footer). It is 5000 pages in my site, all are using the ssi to include the php header footer. Please help me to sortout this problem or any alternative method or something else.
Thanks in advance
Nadeem
I've recently moved to new server, my sites pages uses the SSI
Code: Select all
<!--#include virtual="/includes/header.php"-->Code: Select all
<!--#include virtual="/includes/footer.php"-->Code: Select all
<!--#include virtual="/includes/footer.html"-->Thanks in advance
Nadeem