Archives

How To Create Temporary and Permanent Redirects With Nginx
HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects, each of which means something different to the client browser. The two most common types are temporary redirects and permanent redirects. In this article, we will explore how to implement...