+ Reply to Thread
Results 1 to 3 of 3

Thread: Does BH support SSI?

  1. #1

    Default Does BH support SSI?

    Does BH support server side includes?

    For example Im trying to use this and it dont work!
    <!--#include virtual="/cgi-bin/dlhistory.cgi?dist/file.exe" -->
    Spray more. Get more.
    -= AXE = -
    A G C S S A U T O M O T I V E - Makers of world's best tuning software!

  2. #2

    Default

    Ok I just found it does. And by changing file name from default.html to default.shtml I got the script working!!!!!!!!!

    BUT, default.shtml is not served as a default document. What am I doing wrong? How should I be doing this?
    Spray more. Get more.
    -= AXE = -
    A G C S S A U T O M O T I V E - Makers of world's best tuning software!

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    Add the following line to your .htaccess file and all .html files will then be parsed for SSI:

    AddHandler server-parsed .html

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts