WordPress: Creating a staging version, makes the production wp-login redirect to the staging one.

I had a Redis Cache Plugin enabled for the website. It turns out that the Redis Cache Plugin uses the table prefix as a prefix for the Redis Cache keys. So if your staging site has a separate DB, but with the same prefix as in the prod one, the Redis Cache will get mixed… Continue reading WordPress: Creating a staging version, makes the production wp-login redirect to the staging one.

Cache Manifest not detected by iPhone and app not working offline

Today I had a strange behaviour when I moved an supposed-to-work-offline html5 app I’m making to another server. Although everything was just copy-pased it seemed that the apache didn’t serve the cache.manifest file as text/cache-manifest for the iPhone (it worked just as desired on Chrome). The solution was rather strange and i still don’t know… Continue reading Cache Manifest not detected by iPhone and app not working offline