Posts by Lucas Oliveira • 16 points
1 post
-
0
votes1
answer99
viewsA: My website error 404 when use https redirect
RewriteEngine On Options All -Indexes # WWW Redirect. #RewriteCond %{HTTP_HOST} !^www\. [NC] #RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # HTTPS Redirect RewriteCond…