📄️ How do I force the HTTPS redirect
If you want to add a HTTP to HTTPS redirect, we've got some code for the most common webservers and technologies.
📄️ How do I force the WWW-NON redirect
If you want to add a WWW to NON-WWW redirect, we've got some code for the most common webservers and technology.
📄️ How do I make a 301 redirect
If you want to redirect a URL to another one, you want want to create a redirect, this is typically done using the 301 status code (if this is just a short term redirect you'll want the 302 status code).