Welcome to TalkGraphics.com
Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Oct 2016
    Location
    Rochford
    Posts
    124

    Default Re: Changing a Xara website to secure SSL (https)

    Thanks Sculptex for you advise.

    I recently Purchased a SSL certificate and my web host company edited my .htaccess file for me, the code they have used looks different to what you have shown. Would you know what the difference is please?

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    IP

  2. #2

    Default Re: Changing a Xara website to secure SSL (https)

    I am no expert on regex, but theres many different ways of achieving the same thing.

    So !=on is equivalent to off

    I am pretty sure the extra (.*)$ means apply to any filename but by omitting it I guess that is the default behaviour anyway.
    IP

  3. #3
    Join Date
    Oct 2016
    Location
    Rochford
    Posts
    124

    Default Re: Changing a Xara website to secure SSL (https)

    Quote Originally Posted by sculptex View Post
    I am no expert on regex, but theres many different ways of achieving the same thing.

    So !=on is equivalent to off

    I am pretty sure the extra (.*)$ means apply to any filename but by omitting it I guess that is the default behaviour anyway.
    Thanks, I haven’t got a clue but just thought it looked odd that one said “on” and the other “off”.
    IP

  4. #4
    Join Date
    May 2016
    Location
    EU
    Posts
    56

    Default Re: Changing a Xara website to secure SSL (https)

    Thanks for this!
    Successfully migrated to https.
    Great that WD automatically update the robot.txt and sitemap.xml.
    Don't forget to add them and the new https adress to google as new property's, with and without the WWW prefix.
    Thanks again, love this software, even designed all business cards, gift certificate and office docs with it.
    IP

  5. #5

    Default Re: Changing a Xara website to secure SSL (https)

    Great information as I've been looking for a way to do this. Thanks for outline, Sculptex.
    IP

  6. #6
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: Changing a Xara website to secure SSL (https)

    Godaddy will not offer me LetsEncrypt SSL certificate , they want me to pay for SSL.
    IP

  7. #7
    Join Date
    Feb 2017
    Posts
    23

    Default Re: Changing a Xara website to secure SSL (https)

    My hosting company this week directed me to www.whynopadlock.com to help me check and get code for helping me make my sites SSL secure. I thought is was very helpful. After entering my domain, it even provided the code that I needed to put in my .htaccess file. Plus it is free.
    IP

  8. #8
    Join Date
    Feb 2017
    Posts
    23

    Default Re: Changing a Xara website to secure SSL (https)

    Quote Originally Posted by behzad View Post
    Godaddy will not offer me LetsEncrypt SSL certificate , they want me to pay for SSL.
    I found that out recently as well for one of my other clients that are using GoDaddy. We use Blue Host and have been successfully adding the FREE .htaccess to our clients but was not able to for GoDaddy. Most are offering the free but GoDaddy & I believe Network Solutions are not.
    IP

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •