Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Disabling gzip compression gets me error 500

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    10

    Disabling gzip compression gets me error 500

    When I try to disable the gzip compression I get an Error 500 when visiting the website.

    I tried both from .htaccess and php with
    Code:
    apache_setenv('no-gzip', 1);
    Any hints?

  2. The following user agrees with infinity79:
  3. #2
    WebProWorld MVP morestar's Avatar
    Join Date
    Jun 2007
    Location
    Toronto, Ontario (Burlington)
    Posts
    4,250
    This is a long shot but someone gave me this once: BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    Join a free dating site and meet single people in your area.
    Submit your content at my content publishing site and promote your business, services or opinions.

  4. The following user agrees with morestar:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •