http to https - Brizy Cloud
Hi
I have a website set up via server sync, however I cannot get http to force to https
http://corkgifts.ie/ to https://corkgifts.ie/
Current Htaccess setup is
<IfModule mod_rewrite.c>
RewriteEngine on
# --- Redirect from http to https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ---
# --- Redirect from non-www to www
#RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
#RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [L,R=301]
# ---
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ %2index.php?page=$0&%{QUERY_STRING} [QSA,L]
</IfModule>
-
Hello Neil,
Thank you for your message!
Please, read this article. It might help you!
Have a nice day and kind regards,
Doina
0
Please sign in to leave a comment.
Comments
1 comment