<!--#include virtual="/directory/included.htm" -->
I changed web servers and my php codes work fine, however the above include code no longer works. I have the correct directory name, and the correct file.htm name, but nothin happens. Is there an alternate code? My new hosting company, Lunar Pages said they support SSI and this code should be working. They said they do not know why it wont work. The header, etc I am inlcuding are all located in different folders than all of the actual pages they are going to be on, so I am using "virtual" instead of "file".
Do I have to create this htaccess file I was reading about? Because my last server just let me simply add this included code <!--#include virtual="/directory/included.htm" --> and I did not have to do anything else.
I did find an htaccess file with my new server under the main folder for my online files, that htaccess file currently says.... AddHandler x-httpd-php5 .php
so perhaps I need to add something???
thanks
