Hi i am trying to use ssi with a smaller hosting company. I took the command from my other site and put it in my htaccess
then i created the file and then put this in the html file.
i have done this quite a bit on my other hosting company and it works fine.
for some reason on this smallerr hosting company server it is trying to download the files instead of including them
i do not know what to tell the hosting company what to do, is it their server config setting that they need to set or what.
this should be a normal feature but for some reason is it not.
So what do i tell them they need to do or what do i need to do on my end to make ssi work.
thanks.
Code:
AddType text/x-server-parsed-html .html
Code:
<!--#include virtual="includes/header.html" -->
for some reason on this smallerr hosting company server it is trying to download the files instead of including them
i do not know what to tell the hosting company what to do, is it their server config setting that they need to set or what.
this should be a normal feature but for some reason is it not.
So what do i tell them they need to do or what do i need to do on my end to make ssi work.
thanks.
Comment