Http does not direct to https

Username (e.g. epiz_XXX) or Website URL

epiz_27424212 - prebelli.online

Error Message

I already inserted the .htaccess file with the wiki code, but when I type prebelli.online it does not direct to https and does not work. show me the following message “DNS_PROBE_FINISHED_NXDOMAIN”

on sslshopper.com he shows me the following error "
prebelli.online does not resolve to an IP address. Please make sure your DNS records are set up correctly. "But the NS were directed and already propagated as requested and works perfectly well when I type https: //

Other Information

if i try to open a specific page it also doesn’t work even with https ex. https://prebelli.online/calculadora.php

Switch the code inside the .htaccess to this

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

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.