By default in my .htaccess file the definition for Gzip is as follows:
##### Gzip Begin #####
## To enable Gzip and decrease the load times of your Pligg site
## change /home/path/to to your absolute server path and remove the two # from both lines
##php_value auto_prepend_file /home/path/to/begin_gzip.php
##php_value auto_append_file /home/path/to/end_gzip.php
I change these too lines by removing comments:
php_value auto_prepend_file /home/meshedli/to/begin_gzip.php
php_value auto_append_file /home/meshedli/to/end_gzip.php
and I get INTERNAL SERVER ERROR. A 500 Internal Server Error. Can anyone please tell me what I am doing wrong. When I recomment those two lines the error goes, but I need gzip working.
Thanks in advance.




Linear Mode




