I've been looking for a way to force both https and non-www. In one set of code in .htaccess
without a redirect loop.
For example:
example.com = https://example.com
Basically, anything the user types in, it goes to https://example.com
.
How would I go about doing this?