Announcement

Collapse
No announcement yet.

http compression

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • http compression

    Hi All,
    I'm trying to learn about http compression.
    I have added to my .htaccess file :
    # compress all text & html:
    AddOutputFilterByType DEFLATE text/html text/plain text/xml

    # Or, compress certain file types by extension:
    <Files *.html>
    SetOutputFilter DEFLATE
    </Files>

    All website pages are .php
    Should I change reference to html to php?

    Nothing seems to happen. Any help on this?
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  • #2
    Re: http compression

    anyone??
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

    Comment

    Working...
    X