lifechurch/youversion-web-growth-ideas

URL cann't redirect

Opened this issue · 1 comments

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):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

image

Additional context
Add any other context about the problem here.

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

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