Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Htaccess and https redirect — can someone confirm

Started by Cath 8 years ago · 2 replies · 653 views
8 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
8 years ago

Turns out it was that easy. For me anyway.

8 years ago

Well done 💪
Htaccess stress me a bit too.

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 95 2 hours ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago