No response from server!
made my donation of $29 and for some reason I cannot connect to your server to get the Brute-force Protection patch..
please advise.. need this
“No response from server” means that there is something on your server that is blocking my patch. If you want to send me your wp-admin login then I would be happy to take a look at it an let you know what the problem is.
sent you directly the user info for you to login.
Please advise.
problem continues you mentioned that BPSplugin locked down the .htaccess and the like, I have removed that plugin and the like, and assured .htaccess is ok.
still having problem. please advise..
You missed the .htaccess file in your public_html directory!
This file still has all that BPS code in it, including the 403 that is blocking my dynamic JavaScript that you want to work. That .htaccess file is on level up ,outside the site’s root directory, so it will actually affect all the site that you have inside your public_html directory (not a good idea, IMHO).
There was also an .htaccess file in /wp-content/ for this site which contains this code (which might also cause problems):
<FilesMatch "\.(?i:php)$">
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>