We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 47401
    • 295 Posts
    Hi

    Just wondering if anybody has any documentation anywhere or procedures to run the complete website on ssl, not just securing the manager or apart of the website,but the entire website?

    This question has been answered by rainbowtiger. See the first response.

    • discuss.answer
      • 24374
      • 322 Posts
      There's nothing special you need to do with MODX. I recently converted a client's site to SSL globally. It just takes adding a few lines to the .htaccess file on the server (assuming it's a Linux server), like this:

      RewriteCond %{SERVER_PORT} 80
      RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R,L]
        • 47401
        • 295 Posts
        ok thanks for your help with this