i seem to be having problems including a php file as an SSI.
Its a very simple hits counter that you pass the name of the page to in a variable. Now i've tried using
<!--#include virtual="counter.php?webpage=pagename" -->
but i just get can#t process this directive errors.
am i doing it correctly ?