joshk005
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 1
Hi there! I have a website on xo2 and I'm having trouble enabling GZIP compression. I can't seem to do it with any of the normal .htaccess methods, and I've tried both mod_deflate and mod_gzip.
However, using
at the top of my PHP pages seems to work.
What's up?
Here's my .htaccess:
My website URL is http://n7.jsafive.x10.mx/.
Thanks for your time.
~jsa
However, using
PHP:
<? ob_start("ob_gzhandler"); ?>
What's up?
Here's my .htaccess:
Code:
mod_gzip_item_include file \
\.(?:html|css|js)$
mod_gzip_item_exclude file \
\.(?:exe|t?gz|zip|bz2|sit|rar)$
My website URL is http://n7.jsafive.x10.mx/.
Thanks for your time.
~jsa