Can anyone explain how to get autossl to install.
I went to ssl certificates and see the autosll cert has expired again,
So I deleted the cert then clicked AutoSSL FREE and tried to create a new cert.
I've no clue why I have to keep renewing this cert, can I set it to auto renew?
How do I fix this issue, can't instal la new cert.
Error...!
DNS of your domain doesn't point to this server or you have htaccess restrictions
I have a .htaccess in the public_html
########################################################
# package: minPHP
# filename: .htaccess
########################################################
# Do not allow direct access to templates
# or an unauthorized backdoor from CE
<Files ~ "blesta2ce.php|\.(pdt)$">
order deny,allow
deny from all
</Files>
# Protect against Clickjacking
#Header append X-Frame-Options "SAMEORIGIN"
RewriteEngine on
# Force HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php
RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]