I've searched in several different topics regarding virtual SSI includes, and can't find an answer to my issue. Our server is running Apache, and I can use an "include file" SSI in my pages just fine. Once I try to use the "include virtual" I get nothing--no error or anything. I've tried using:
<!--#include virtual="/pathtofile/file.html" -->,
<!--#include virtual="../pathtofile/file.html" -->,
different extensions, etc., and nothing works. But, like I said, I can use "<!--#include file... -->" to the same exact file just fine. Is something not configured correctly?