Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionFirstly, I don't know the correct term for what this password thing is. I think it's just a line in .htaccess, that prevents bots or unauthorized access to a staging environment, but it also breaks some other functionality from time to time. It's possible the password is not in .htaccess. I don't have access to it, and I cannot disable it.
I've tried 2 popular security plugins to run a scan on my site (am I allowed to say their names?), but they run into errors such as:
"The scan has failed to start. This is often because the site either cannot make outbound requests or is blocked from connecting to itself."
"SiteCheck error: Unable to properly scan your site. 401 Unauthorized"
Is there another "tool" that will run a scan without me disabling the password? (am I allowed to ask for suggestions on WordPress "tools"?)
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionFirstly, I don't know the correct term for what this password thing is. I think it's just a line in .htaccess, that prevents bots or unauthorized access to a staging environment, but it also breaks some other functionality from time to time. It's possible the password is not in .htaccess. I don't have access to it, and I cannot disable it.
I've tried 2 popular security plugins to run a scan on my site (am I allowed to say their names?), but they run into errors such as:
"The scan has failed to start. This is often because the site either cannot make outbound requests or is blocked from connecting to itself."
"SiteCheck error: Unable to properly scan your site. 401 Unauthorized"
Is there another "tool" that will run a scan without me disabling the password? (am I allowed to ask for suggestions on WordPress "tools"?)
Share Improve this question asked Oct 2, 2019 at 21:45 Joel MJoel M 4273 silver badges13 bronze badges 11 | Show 6 more comments1 Answer
Reset to default -1The parent directory (which I don't have access to) uses htpasswd, but I can override this for my directory only by adding
Satisfy Any
to .htaccess. This fixes the issues I was having. I'm ok with disabling the authentication temporarily to run a scan and turning it back on afterwards.
More info on disabling htpasswd here: https://stackoverflow/a/1431399/7220351
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745108484a4611701.html
mail($a, $b, $c)
can be secure or insecure - depends on a, b, c... So these using these plugins is just waste of time and resources - and even worse - you’ll have to spend a lot of time to delete all the garbage they leave in your DB and on your server... – Krzysiek Dróżdż Commented Oct 3, 2019 at 5:58