My hosting provider does not use htaccess to enable gzip. Their support told me to change my HTML file to PHP and add the following at the top:
<?php ob_start("ob_gzhandler"); ?>
However, after using gzipWTF to find out if my site is making full use of gzip, there are a number of assets listed - save only 3 - that are not being gzipped.
If you would, go to gzipWTF, and enter my URL: "http://justinjwilson.com".
Check 'details' as an option. Why is it that most of my JS and CSS files are not gzipped? An easy PHP solution would be best. Remember, I can't use htaccess to enable gzip.