SSL protocol access link address in LAMP environment: how to set the URL after static access to enable SSL access? Www. example. comindex. php? CPath1109 (normal access) after static www. example. comccategories_name_1109 (Error 404) (required... SSL protocol access link address in LAMP environment: how to set the URL after static access to enable SSL access?
Https://www.example.com/index.php? CPath = 1109 (normal access) after static
Https://www.example.com/c/categories_name_1109 (404 error)
(You Need To set both methods for access. The default method is http)
Refer:
Request URL: https://www.lightinthebox.com/c/watch-cell-phones_1298
Request Method: GET
Status Code: 302 Moved Temporarily
Reply content:
SSL protocol access link address in LAMP environment: how to set the URL after static access to enable SSL access?
Https://www.example.com/index.php? CPath = 1109 (normal access) after static
Https://www.example.com/c/categories_name_1109 (404 error)
(You Need To set both methods for access. The default method is http)
Refer:
Request URL: https://www.lightinthebox.com/c/watch-cell-phones_1298
Request Method: GET
Status Code: 302 Moved Temporarily
About how to set the SSL protocol for Apache:
In the default Apache environment, you need to set the absolute certificate path address in the configuration file httpd-ssl.conf file, and correctly set the virtual host configuration under port 443 of the ssl protocol, add Access Directory control permissions
Thank you.
Neither will I.
In principle, the Protocol has nothing to do with it. Static and protocol are two different layers.