WebServer Errors

The page isn’t redirecting properly - you probably have HTTPS redirect forced in .htaccess if you are using nginx then do a redirect via nginx https template 403 Forbidden - Mod Security (most common): click here for instructions - Incorrect include file location - Other apache rules or permissions For more details please check apache […]

Read More

Nginx Proxy: ERR_TOO_MANY_REDIRECTS

If you're getting ERR_TOO_MANY_REDIRECTS then something is not correctly set on your site i.e. it usually happens when the redirect is not set correctly or some plugin/module is the culprit such as SEO/pretty URL is active by some plugin/module which is creating an issue with redirects or the issue is coming from some URL redirect […]

Read More

Enabling Brotli Compression on Nginx

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. Step 1 […]

Read More