Posts with tag web dev

How to add a folder to the OPcache black list when working on Windows?

How to turn off the editor for certain pages/posts in WordPress?

Error ERR_TOO_MANY_REDIRECTS (circular redirection) when using Cloudflare

What is the "ERR_TOO_MANY_REDIRECTS" Error The ERR_TOO_MANY_REDIRECTS issue ("Cyclic redirection on the page") or "redirect loop" occurs when the server alternately redirects the client to different addresses, the last of which redirects to the first address, thus creating an endless loop of redirects. Most often, the cycle does not contain a large number of addresses - usually these are 2 addresses that redirect the client to each other, for example https://www.example.com -> redirect -> https://example.com -> redirect -> https://www.example.com and so on ad infinitum.