Challenge 3 problem with manual

invalid response what does it mean

what should I do I got confused

Why no one responds :thinking::sunglasses:

No routine?
:neutral_face::neutral_face::neutral_face::neutral_face::neutral_face::neutral_face::neutral_face::neutral_face:

The issue here, as described, is that Let’s Encrypt is expecting to see the contents of that file, which look like a random string. However, your web server is instead returning a webpage. We don’t have the information needed to point you further - there could be any number of configurations causing this on your web server. I would recommend possibly contacting your web host for this, or give us some more detail about what you have running on this site. Apache configs (if you have them) and .htaccess files would be a start.

.htaccess :
RewriteEngine On
RewriteCond %{HTTP_HOST} !^yaaeel.ir$ [NC]
RewriteRule ^(.*)$ http://yaaeel.ir/$1 [R=301,L]

and nothing else
I deleted everything after giving me an error Perhaps the problem is solving

I I had installed ithem security plugin for wordpress
That had changed the file .htaccess I disabled it and first then I removed every thing

But there is a problem . I also had changed htaccess to :
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

and when I removed it Its effect caused I I was forced to insert above code to host work
if I remove it my host doesn’t work it says dns error

thats all

I tested this with another domain on this host and I got same error if Can tell me the htaccess command to fix it I searched the web and dont found for the files with no extension

also you may want to fix this in your bot

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