Когда я пытаюсь перейти на http://www.example.com/site1
, у меня появляется
https://www.example.com/index.php
Как мне перейти на https://www.example.com/site1сразу?
RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^(www\.)?example\.com RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]