I cannot access to wordpress admin panel after install let′s encrypt
-
Hi,
I recently installed a ssl certificate in my client’s domain, let′s encrypt, after that I can not access the wordpress admin panel, I’m redirected to the “under construction” page already, I had maintenance mode enabled on the template. After verifying with the server and with the creators of the template, handmade template, I believe that the problem is in the htaccess that wordfence has generated. This is the htaccess generated by wordfence:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule . /index.php [L]
</IfModule>
# END WordPressand the Wordfence WAF (files .user.ini)
If I change the code I get a 404 or Not Found or too many redirects.
Any suggestion welcome, it took more than 2 weeks with the problem
Thanks in advance
- The topic ‘I cannot access to wordpress admin panel after install let′s encrypt’ is closed to new replies.