On Sunday 19 May 2002 14:27, Jason Caldwell wrote:
> I'm using IIS5.0 -- and PHP 4.2.1 -- I think there is a compression setting
> within IIS whereby the pages (before they are sent) are compressed, to be
> decompressed and then displayed by the browser (pending, of course, if that
> browser supports the HTTP 1.1 compression standard) --
>
> My questions are;
> 1. How can I tell if IIS is compressing my PHP / HTML pages?

If you have NN4.X use view source, if the source is empty then compression is 
active. This is because NN4.X has a problem/bug in viewing the source of a 
compressed page.

If you're using some form of un*x then:

  lynx --mime_header http://www.domain.com/page.php

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
QOTD:
        "I used to be an idealist, but I got mugged by reality."
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to