In the Apache environment, after configuring https, you need to set the url redirection rules so that all http access to the website page automatically goes to https. 1. First open url redirection support 1) Open/etc/httpd/conf/httpd.conf, find # LoadModule rewrite_module modules/mod_rewrite.so and remove the # number. (If not, add it manually) 2) Find the segment of your website directory. For example, my website directory is/var/w
-Read the full text-