Tips ok but is not new !
final steps is and always will be optimization
so in my side is just a remember
bighenry@ a remember too
maybe you know that....
but for you that can help finding right configuration for php.ini
create a file and call it what you want eg: info.php
copy part below inside
PHP Code:
<?php
phpinfo();
echo realpath("path.php");
?>
upload that file by ftp
to the root of your server
then call this file directly by your browser
yoursite.com/info.php
you will see some information on it
now you can play
with php.ini
by reloading the info.php you will see if configuration is activated or not
do and redo php.ini until you found the correct one
at the complete bottom of file info.php you have line
/root/www/site/.....
is the inclusion path for server that can be useful some time
Paid attention some Hosting
disable the calling from php info file
best mr green
(bighenry not sure but for you at 100% but is related to deflate mod)