lifechurch / youversion-web-growth-ideas

Bible.com is a vital component of the YouVersion digital brand. It recently reached a new high in terms of organic search performance. It is going over 5 million organic clicks from Google this year. That’s more than any year in the past! But, we know there is so much more we could be doing or doing better.
https://www.bible.com
4 stars 0 forks source link

URL cann't redirect #8

Open PanupongDeve opened 3 years ago

PanupongDeve commented 3 years ago

Describe the bug/error

What happened? This link http://opennetwork.life.church/volunteer, It cann't redirect http to https A clear and concise description of what the bug is

To Reproduce

How did you get to that error/ bug?

Steps to reproduce the behavior:

  1. Go to '...' copy this link http://opennetwork.life.church/volunteer and past in browser.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

image

Additional context Add any other context about the problem here.

chrismjohnston commented 3 years ago

Has someone tried making a redirect in the .htaccess folder?

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