Forum Moderators: phranque

Message Too Old, No Replies

PHP, httpd.conf and AddOutputFilter

Trying to use SSI in Phpbb tpl files

         

maccas

1:28 pm on Dec 23, 2004 (gmt 0)

10+ Year Member



Hi, I have managed to use SSI in phpbb .tpl files on my local box (running apache under windowsxp) by using:

addType text/html .shtml
addOutputFilter INCLUDES .shtml .html .php

in my httpd.conf file.

but when I try to add this to my httpd.conf on my webhosts box apache won't restart. I am a novice to httpd.conf so any pointers are welcome. Cheers.

coopster

6:45 pm on Dec 23, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



The AddOutputFilter [httpd.apache.org] directive is for Apache 2.0. I'm guessing perhaps your host is running Apache 1.3?