I have spend more then three days fixing it and now I have no option but to ask here.
I'm running a VPS on which I'm hosting Wordpress. mysite.com/
has a bootstrap on it but mysite.com/backup/
has wordpress. So when I enter mysite.com/back/wp-admin
, I can access it but can't when I do mysite/wp-admin
.
Anyway now I'm trying to install a Theme which comes with most of it's xml as xml.gz. During installation, it says it fails to detect GZIP. I can extract the GZIP and use Wordpress Import to get in the XML but ther are tons of it and not all of them really load up properly. I need to let the server do the decompression and make it work.
I've been searching everywhere and enabled GZIP everywhere. I have enabled the GZIP in the
nginx.conf
Aparche
htacess
php.ini
I also increased the PHP memory to 128M.
I followed the guide here
Both gtmetrix.com
and http://www.whatsmyip.org/http-compression-test
tells me the GZIP is enabled on the server side and on the output page.
Even Wordpress plugin tell me GZIP is enabled.
I checked here
All of them gave me the module is indeed enabled.
www[dot]gidnetwork.com/tools/gzip-test.php
Tells me the GZIP is enabled so does this command
a2enmod deflate
Yet during the Wordpress theme installation, it doesn't see GZIP is enabled on my server to decompress its files.