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" -->
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!
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!
Add the following line to your .htaccess file and all .html files will then be parsed for SSI:
AddHandler server-parsed .html