Hi White The problem is that PHP will gzip the content before it is sent to mod_layout for wrapping; and this will not work. So this case is expected to fail.
If you want the content to be gzip'ed when sent to the client you should disable gzip(zlib php's extension) and then be able to use mod_deflate and do: AddOutputFilterByType LAYOUT;DEFLATE text/html Doesn't this work? Regards, Andreas -- Andreas Wenning -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

