Hi
I have tried to follow the support guidelines on adding SSI, but I cannot seem to get it to work. I have created a page called search-results.php that has the framework of my site with the following includes :
<?php virtual("inc/topnav.php"); ?>
<?php virtual("inc/navigation.php"); ?>
I have then added the search script as follows
<?php virtual("search.php"); ?>
But the include files "topnav.php and "navigation.php, do not show, do I have to edit the search.php page to point to my new search page (search-results.php)
Any help much appreciated!
Thanks
I have tried to follow the support guidelines on adding SSI, but I cannot seem to get it to work. I have created a page called search-results.php that has the framework of my site with the following includes :
<?php virtual("inc/topnav.php"); ?>
<?php virtual("inc/navigation.php"); ?>
I have then added the search script as follows
<?php virtual("search.php"); ?>
But the include files "topnav.php and "navigation.php, do not show, do I have to edit the search.php page to point to my new search page (search-results.php)
Any help much appreciated!
Thanks
Comment