To change this page upload a new index.html to your private_html folder

If you see this message when you access your site over https:

To change this page upload a new index.html to your private_html folder

This means there are different folders for http:// and https://, your site is in the http (public_html) and you’re looking at the private_html folder.

The site will load fine over http://  and Really Simple Security will be able to detect SSL (it’s installed correctly after all), but activation will make your site unaccessible because it points to this wrong directory.

You can check if this is the case by visiting the https:// domain of your site. This is usually fixed by enabling the “Use a symbolic link from private_html to public_html” in DirectAdmin. Setting a symbolic link will make the content of the https:// folder the same as http://.

Simple and Performant Security.
Easily improve site security with WordPress Hardening, Two-Factor Authentication (2FA), Login Protection, Vulnerability Detection and SSL certificate generation.
document.addEventListener('DOMContentLoaded', function() { /* ========================================================================== Post Info Labels - WCAG 1.3.1 Info and Relationships Adds context for screen readers (author, date, time) ========================================================================== */ document.querySelectorAll('.elementor-post-info__item--type-author').forEach(function(el) { var name = el.textContent.trim(); var parent = el.closest('a') || el.closest('li'); if (parent && name) { parent.setAttribute('aria-label', 'Author: ' + name); } }); document.querySelectorAll('.elementor-post-info__item--type-date').forEach(function(el) { var date = el.textContent.trim(); var parent = el.closest('li'); if (parent && date) { parent.setAttribute('aria-label', 'Published: ' + date); } }); document.querySelectorAll('.elementor-post-info__item--type-time').forEach(function(el) { var time = el.textContent.trim(); var parent = el.closest('li'); if (parent && time) { parent.setAttribute('aria-label', 'Time: ' + time); } }); });