To post a new support question, click the Post New Topic button below.
Current Version: 4.9.1 | Sytist Manual | Common  Issues | Feature Requests

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Loading Through Https

M
13 posts
Mon Oct 22, 18 2:43 PM CST
Hi all,
I can load my site through https if I type the https bit in the browser before my site name. If I just type my site name it loads through standard http. The rest of my site loads securely. My domain provider suggested putting the following in my .htaccess file

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule ^(.*)$ https://sales.mhillaryphotography.co.uk/$1 [R=301,L]

It seems to make no difference - or I'm putting it in the wrong .htaccess file as there is one on my main site and one in the sub folder which contains sytist.

Any help gratefully received :)
16,216 posts (admin)
Tue Oct 23, 18 4:35 AM CST
Since you are using a subdomain, you would need to edit the htaccess file in your Sytist folder (sales subdomain).

You may not have one in your subdomain folder ... probably a .htaccess-sytist file. In the file manager in your hosting control panel (or via FTP), if it is a .htaccess-sytist file, rename it to just .htaccess.

Then add this code to the existing code in that file:

RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^sales.mhillaryphotography.co.uk$ [NC]
RewriteRule ^(.*)$ https://sales.mhillaryphotography.co.uk/$1 [L,R=301]

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
2 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 168 times
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close