Most of us are happy with the shared hosting but there are good reasons to migrate to VPS solutions. But always remember, VPS solutions are ideal for power users who has hands on experience with Unix environment. You should always know what you are doing and you need to make sure that you take periodical […]
nginx and WordPress 403 forbidden error
I’ve been using nginx for our server and tried installing WordPress on it. Everything worked as expected and all of a sudden I started to see this error 403. After searching a while figured out that I need to enable auto listing for nginx. location /wordpress { autoindex on; autoindex_exact_size off; autoindex_localtime on; } Did […]