Menu

SSI with netfirms

Help
2002-09-03
2002-09-03
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.