When we installing SSL certificates to a website, we need to change the urls with the prefix https. Even we changed prefix to https, almost all servers won’t automatically redirect the http requests to https. Both will work as standalone. So we need to redirect it manually using a .htaccess file. Continue Reading “Redirect HTTP requests to HTTPs”