Apache modules enabled: mod_rewrite, mod_headers, mod_expires, mod_deflate
PHP modules enabled: php_curl, php_openssl, php_soap, php_gd
On the PHP modules I noticed xampp doesn't have php_gd but has phpgd2, so I enabled it following prime logic.
My error log says:
[Thu Jan 31 02:02:49.674549 2013] [core:alert] [pid 4111] [client 66.249.76.177:52586] /opt/lampp/htdocs/.htaccess:
Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration
The only line that uses php_value in my .htaccess file is: php_value zlib.output_compression off
Thanks everyone for participating in my issue in advance! I'm looking forward any suggestions how to fix it.
~ Awk