Using .htaccess to accomplish this now
And it works fine, except all the internal links still show http. No big deal, but the problem comes in with the graph. Oh, did I mention this is on my Prosper202 install? No? Sorry.
Anyhow, everything else works fine except the graph. Do I just need to manually go change all the links that pull the graph? Or is there something I can add to the .htaccess to make it work?
Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://your-site.com/$1 [R,L]
And it works fine, except all the internal links still show http. No big deal, but the problem comes in with the graph. Oh, did I mention this is on my Prosper202 install? No? Sorry.
Anyhow, everything else works fine except the graph. Do I just need to manually go change all the links that pull the graph? Or is there something I can add to the .htaccess to make it work?