Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other HTML Compression/ Gzip fail

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #253357
    chauhanheena
    Participant

    Hi ,
    I have added the below code in the .htaccess file for HTML compression. But when I test it on the SEO checkers, It still says Html Compression/Gzip is not done.

    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    
Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.