17 Oct
2018
17 Oct
'18
18:27
Redirect permanent / https://www.mysite.com/ or RewriteEngine on RewriteCond %{SERVER_NAME} =www.mysite.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] So these are two different ways of performing a redirect. I have always used the former in my config. I notice that the latter method using the Rewrite engine is automatically generated by certbot. So which is better? What are the pros an cons of each method? Why does certbot choose to use the Rewrite engine? Can anyone please enlighten me? Thank you Paul -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org