1
We use server side includes for many of the html files in our root directory. For example, we inlcude the top nav on all pages as follows:
<!--#include file="top-header.html" -->
We've been trying to include some XOOPS pages but it does not work. For example, the include below does not pull anything in:
<!--#include virtual="xoops/html/modules/news/index.php" -->
Does anyone have experience using includes to bring XOOPS content into plain html pages?
I'm also looking at the mod rewrite hack but I want to know our options with includes too.
Thanks.