My SSL Website is not giving any file actions

https://waterbot.epizy.com/

My Website.

No Files Appear.

So When I update the files (like index.html) It won’t actually display, Instead it would Display on http://waterbot.epizy.com/, Please Fix this.

in htdocs create .htaccess

RewriteEngine on
RewriteCond %{HTTPS}_%{HTTP_HOST} ^(?|off_(?:www\.)?(.*)|on_www\.(.*)) [NC]
RewriteRule .* https://%1/$0 [R=301,L]
2 Likes

Thanks Artsiom :grinning:

1 Like

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