On our old site, BSD unix, i was using cat to load one html file into another. But on our new Linux site, I can get cat to work at the command prompt, but not load one file into another. (Note: I am not talking about server side includes or PHP -- this worked from within an html page.
I was using this on the BSDI and it worked:
<!--#exec cmd="/bin/cat include.txt" -->
I was using this on the BSDI and it worked:
<!--#exec cmd="/bin/cat include.txt" -->