Share

FlatCompression

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

compression of PHP pages (CGI)

You are viewing a single message from this topic. View all messages.

  1. 2004-03-03 06:52:40 UTC
    try using the zlib compression built into newer versions of php .. just put

    <?php ob_start( 'ob_gzhandler' ); ?>

    at the top of each php page which you want to be compressed (or better yet in a common include file)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.