strawhat150
Regular Member
- Jan 29, 2014
- 402
- 175
Hi
I am trying to redirect my whole site from http to https://www.
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I am using this script
Now it redirects only my home page
How I can redirect all my pages and not only home page to https://www.example.com
example.com/site to https://www.example.com/site
www.example.com/site to https://www.example.com/site
I am trying to redirect my whole site from http to https://www.
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I am using this script
Now it redirects only my home page
How I can redirect all my pages and not only home page to https://www.example.com
example.com/site to https://www.example.com/site
www.example.com/site to https://www.example.com/site