Moving to fttps from fttp

Hi,

Just wondering if the file path will change when uploading my site going from fttp to fttps or do I just change the filed “Webside Address” in ‘Publish Settings’ by adding a “S” to my url?

I don’t know if this is an obvious question I just want to be 100% sure.

Yes @Dreadas

In the General Site Settings in RW add the https:// in here:

But adding an SSL to your domain shouldn’t affect your site where this is a necessity. If you add a little snippet to your htaccess you should be good to go:

That’s an expert from my better weaving free course:
http://email.yuzoolmail.com/h/r/4489C84BB619C04F

Hope you get setup ok :slight_smile:

2 Likes

That was really well explained and the text about htaccess makes things really simple to understand :hugs:

EDIT Here’s the command as text for anyone who needs it:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yourdomainname.com/$1 [R,L]

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.