- Joined
- May 2, 2020
- Messages
- 8
- Reaction score
- 0
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
try to add this in my htaccsess file but it doesn't work any ideas why folks
This page isn’t working
jhone-doe.online redirected you too many times.
ERR_TOO_MANY_REDIRECTS this is what i get
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
try to add this in my htaccsess file but it doesn't work any ideas why folks
This page isn’t working
jhone-doe.online redirected you too many times.
ERR_TOO_MANY_REDIRECTS this is what i get