Well, I'm still amazingly excited and pleased at how the service here at Zymic is.
But a mega-major part of my website is not working here at Zymic. It's my inclusion of SSI, Server Side Includes, for the inclusion of my site template/navigation.
I use the code:
CODE
<!--#include virtual="/top.txt"-->
I've also used:
CODE
<!--#include virtual="../top.txt"-->
Neither of them work. (the "top.txt" file is the file containing my html coding of my site template, fyi.)
All of my pages are in .htm format. On previous hosts (parahosting.net), I had to change <!--#include virtual="/top.txt"--> to <!--#include file="/top.txt"-->, but that didn't work either. I also changed the page I was testing on to .html, but that didn't work either.
Can someone help me to get SSI to work on Zymic? I use the UUUQ server. Thanks!
--akpokemon
EDIT: I just renamed my files to all the suggested file types on the Wikipedia link, but they still didn't work.