change to https and redirect to subfolder rule in .htaccess
问题 I am trying to do two things here: redirect to a sub-folder redirect http://www.something.com/some/page.html or https://www.something.com/some/page.html to https://www.something.com/subfolder/some/page.html redirect http to https redirect http://www.something.com/subfolder/some/page.html to https://www.something.com/subfolder/some/page.html And I want to do both of them in the same .htaccess file I have been able to redirect to subfolder by the following code: Options +FollowSymLinks