PDA

View Full Version : Parsing .shtml files for SSI + PHP code?


DoST
Tue 31st Oct '00, 9:29am
How can I make my server parse .shtml for both Server Side Includes and PHP code? I'm using Apache. Any help will be greatly appreciated.

Thanks

shri
Wed 1st Nov '00, 3:08am
check out the virtual call in PHP.

Unfortunately you cannot have php output a <!--#include virtual="blah.html"--> type string and expect that to be parsed as a SSI.