Hi,
I have webpage http://www.example.com/en/signin/
I want to redirect the page to
https://www.example.com/en/signin/
I tried the below in httpd.conf file but it doesnt work for me. Can anyone please help me on this?
Thanks in advance.
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^signin$ [
%{HTTP_HOST}%{REQUEST_URI}...]