Forum Overview :: Site Comments
 
Using mod_rewrite is like praying to Satan;you trade your soul for worldly power by Entropy Stew 04/18/2019, 8:01pm PDT
Some stackoverflow copypasta:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [NE,L,R=301]

Eyeballing that, it looks correct. All http pages should drop a 301 Moved Permanently to their respective https url (which also means search engines should pick up the changes nicely)

-/ES/-
PREVIOUS NEXT REPLY QUOTE
 
http to https forward by Ice Cream Jonsey 04/18/2019, 7:27am PDT NEW
    Using mod_rewrite is like praying to Satan;you trade your soul for worldly power by Entropy Stew 04/18/2019, 8:01pm PDT NEW
        Hmm, maybe one fix? by Entropy Stew 04/19/2019, 10:36am PDT NEW
            Have you tried this fix yet, ICJ? by Mischief Maker 04/28/2019, 10:19am PDT NEW
                Or errors just stop posts from bumping the thread, like this last one. NT by MM 04/28/2019, 10:19am PDT NEW
                    I did just now put Stew's change through. by Ice Cream Jonsey 04/28/2019, 11:17am PDT NEW
                        Re: I did just now put Stew's change through. by Mischief Maker 04/28/2019, 12:53pm PDT NEW
                            I haven't seen any issues in a while. by Ice Cream Jonsey 08/28/2019, 9:05pm PDT NEW
 
powered by pointy