Author |
Message |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Oh yeah... I forgot... I also needed to enable
zlib.output_compression = On
in php.ini
Cheers!
one_time |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Good News!!!!
It occured to me that the problem may be with PHP. I was briefly toying around with WordPress recently (hated it), and I got to thinking that my PHP installation may be corrupted by i ... |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
I opened up phpinfo.php in my F:\Abyss Web Server\scripts\phpMyAdmin\ directory:
<?php
/* $Id: phpinfo.php,v 2.5 2005/11/22 11:58:37 cybot_tm Exp $ */
// vim: expandtab sw=4 ts ... |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Ahhh... OK, gotcha.
I created a basic HTML file with the code you provided. The message displays correctly in Dreamweaver. But again, if I point the broweser to it:
http://ennui-anomie.no-ip.org ... |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
I'm running Windows XP... it's just a mac style. I looked into escape characters for XHTML, but I can't see anything that would require one. |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Thanks for the reply.
I moved the position of the php code to the top of the index:
<?php
ob_start("ob_gzhandler");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XH ... |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Thanks for your reply. I did as you suggested and insterted the php code into my index.html --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xh ... |
Topic: GZIP & HTML compression |
one_time
Replies: 15
Views: 27485
|
|
Perhaps someone could help me out with this...
I am trying to enable gzip compression for html files and I cannot get it to work. I have done a search of the forums and found some tips, followed th ... |
|