Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Htaccess and https redirect — can someone confirm

Started by Cath 7 years ago · 2 replies · 518 views
7 years ago

I have the certificate installed and if a user types in the full https:// it is working but I want direct all pages to https.

I'm thinking in the htaccess—right below the

RewriteEngine On

all I need to do is add

RewriteCond %{SERVER_PORT} 80
*RewriteRule ^(.)$ https://www.mysite.com/$1 [R=301,L]**

Yes? No? Maybe? (the htacess file make me nervous)

last edited 02/28/19 by Cath
7 years ago

Turns out it was that easy. For me anyway.

7 years ago

Well done 💪
Htaccess stress me a bit too.

Suggested topics

Topic Participants Replies Views Activity
General · by Hanns Mattes, 3 weeks ago
1 268 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 196 3 weeks ago
General · by Jerry Hunt, 3 weeks ago
2 331 3 weeks ago
General · by pamtbaau, 3 weeks ago
1 253 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 222 3 weeks ago