I'm having trouble with SSI, using this script with a free netfirms account. I can get the script working fine, but can't get any of the .shtml files to display properly.
Is there anyone who has the script working on a netfirms account that can offer me some advice.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suggest that you try a simple SSI page to see if it really works. You can do something like create a file named testSSI.shtml with the following content:
<HTML>
<HEAD>
</HEAD>
<BODY>
This is Non-SSI Text<P>
<!--#include virtual="Include.html"-->
</BODY>
</HTML>
In the same directory, create another file named: Include.html that contains the single line:
This is SSI Text<P>
Try loading the testSSI.shtml file FROM THE WEBSERVER. If you don't see the line:
This is SSI Text
You don't have SSI turned on or configured correctly. Refer to your web provider for more info.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having trouble with SSI, using this script with a free netfirms account. I can get the script working fine, but can't get any of the .shtml files to display properly.
Is there anyone who has the script working on a netfirms account that can offer me some advice.
I suggest that you try a simple SSI page to see if it really works. You can do something like create a file named testSSI.shtml with the following content:
<HTML>
<HEAD>
</HEAD>
<BODY>
This is Non-SSI Text<P>
<!--#include virtual="Include.html"-->
</BODY>
</HTML>
In the same directory, create another file named: Include.html that contains the single line:
This is SSI Text<P>
Try loading the testSSI.shtml file FROM THE WEBSERVER. If you don't see the line:
This is SSI Text
You don't have SSI turned on or configured correctly. Refer to your web provider for more info.