cihancan 26.05.2022 09:51:25
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/.+$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule (.*) https://www.siteadresi.com/$1 [R=301,L]
gevv 26.05.2022 16:21:27
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
UPDATE smf_messages SET body = REPLACE(body, 'http://site.com/', 'https://site.com/');
cihancan 26.05.2022 18:28:27
gevv 27.05.2022 12:44:40
cihancan 27.05.2022 15:15:19