Skip to main content

SSL Wizard - DCV check failure

Comments

5 comments

  • cPanelMichael
    Hello, Could you review the .htaccess file under that account's home directory, and within it's public_html directory, to determine if there are any rules that deny IP addresses? Thank you.
    0
  • SteveS99
    Hi Michael, Thanks for the input..... I have reviewed the .htaccess file and in the three sites that worked, there is not a .htaccess file. In the site with the problems, I have a .htaccess file in the /public_html folder with the following content: = = = = = = = = = = = = = = = = RewriteOptions inherit RewriteEngine on RewriteCond $1 !^(index\.php|front_asstes|AuditSurveyImages|auditsurveyimages|assets|contest|css|js|lib|img|images|upload|bootstrap|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 [L] = = = = = = = = = = = = = = = = I am not really sure what this means :-) any help in determining what is wrong or what needs to be modified would be greatly appreciated..... SteveS
    0
  • cPanelMichael
    In the site with the problems, I have a .htaccess file in the /public_html folder with the following content: = = = = = = = = = = = = = = = = RewriteOptions inherit RewriteEngine on RewriteCond $1 !^(index\.php|front_asstes|AuditSurveyImages|auditsurveyimages|assets|contest|css|js|lib|img|images|upload|bootstrap|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 [L] = = = = = = = = = = = = = = = =

    It could be blocking the query for the temporary file. Try backing up the .htaccess file, and then temporarily disabling those rules to verify if that's the culprit. Thank you.
    0
  • SteveS99
    Hi Michael, That worked thanks..... I re-named the .htaccess file, successfully purchased and installed the SSL cert from the cPanel store, put the .htaccess file back again and now the site works perfectly with https:// Many thanks for your help. SteveS
    0
  • cPanelMichael
    I'm happy to see the issue is now resolved. Note that you may need to complete the same steps the next time the certificate is renewed, or you might want to exclude this rule from cPanel or Comodo IP addresses. Thank you.
    0

Please sign in to leave a comment.