HTTP compression

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
bluelad
Forum Commoner
Posts: 34
Joined: Mon Jun 05, 2006 8:34 am

HTTP compression

Post by bluelad »

I want to compress my PHP page. and found this tut http://www.serverwatch.com/tutorials/ar ... hp/3514866.
To enable blanket compression, set the SetOutputFilter directive to a Web site or Directory container, for example:
<Directory "/export/http/webs/com.mcslp">



SetOutputFilter Deflate



</Directory> To enable compression on specific MIME types, use the AddOutputFilterByType directive, for example:
AddOutputFilterByType DEFLATE text/html
How do i go abt now
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

ob_start() for more details.

Please don't use aolspeak.
bluelad
Forum Commoner
Posts: 34
Joined: Mon Jun 05, 2006 8:34 am

Post by bluelad »

na....man i dint understand even a singlr line of that. CAN u PLEASE tell me what code to insert.....
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

bluelad wrote:na....man i dint understand even a singlr line of that. CAN u PLEASE tell me what code to insert.....
If you stop using aolspeak, I'll consider it. If not, you'll have to figure it out without my help.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

bluelad wrote:na....man i dint understand even a singlr line of that. CAN u PLEASE tell me what code to insert.....
Not trying to be the bull, but there are some people here who arn't native english speaking and may have dificulty understanding AOLspeak, so please show us the curtosy of writting properly.
User avatar
ok
Forum Contributor
Posts: 393
Joined: Wed May 31, 2006 9:20 am
Location: The Holy Land

Post by ok »

feyd: I think that there should be a role which forbids use of aolspeak.

And bluelad: Please consider other which barely understand the 'normal' english!
bluelad
Forum Commoner
Posts: 34
Joined: Mon Jun 05, 2006 8:34 am

Post by bluelad »

Sorry, it just happens when you type fast. Nothing personal. I was only trying to get help, not trying to make anybody angry.

Hope those words were all right. :wink:
bluelad
Forum Commoner
Posts: 34
Joined: Mon Jun 05, 2006 8:34 am

Post by bluelad »

btw what is this "aolspeak"
User avatar
ok
Forum Contributor
Posts: 393
Joined: Wed May 31, 2006 9:20 am
Location: The Holy Land

Post by ok »

Post Reply