Reply To: Login Security – Locked out of website, Unable to Login
Here are some things you can do to protect against hackerbots and spambots locking out your Admin login accounts & blocking Brute Force Login attacks in general. Enable / Turn On JTC Anti-Spam /...
View ArticleReply To: Redirect all old HTML pages to new website pages
Also depending on which web Host you have (GoDaddy for sure) you need to add the folder name where the domain exists in the RedirectMatch code. This can be confusing. The folder name is:...
View ArticleReply To: Redirect all old HTML pages to new website pages
Ok I still do not know what your website architecture is and what exists in your site root .htaccess file and whether or not you have a GWIOD site or not and all the other things I would need to know...
View ArticleReply To: Redirect all old HTML pages to new website pages
WordPress Installation Folder: /rcms/ Plugins Folder: wp-content/plugins WordPress Installation Type: Subfolder Installation Standard/GWIOD Site Type: GWIOD WP Site Type WordPress Address (URL):...
View ArticleReply To: Redirect all old HTML pages to new website pages
Ok great. Now what I need to know is are you using the standard WordPress rewrite code for GWIOD site types in your site root .htaccess file? It will look either exactly the same or very similar to...
View ArticleReply To: Redirect all old HTML pages to new website pages
Yes, that is exactly the code that is in my site root .htaccess file
View ArticleReply To: Redirect all old HTML pages to new website pages
Ok now depending on which host you have the correct RedirectMatch code will be… either RedirectMatch 301 ^/index.html$ http://example.com/ or RedirectMatch 301...
View ArticleReply To: Redirect all old HTML pages to new website pages
If none of the things work above then there is a Server configuration problem (domain alias, forwarding, etc, DNS) going on and you will need to contact your web host to find out what the problem is.
View ArticleReply To: Redirect all old HTML pages to new website pages
That worked!!!!! I must have missed the step to copy # DIRECTORY INDEX FORCE INDEX.PHP into my root htaccess. I can’t even begin to thank you for taking the time work through this with me. This type...
View ArticleReply To: Redirect all old HTML pages to new website pages
That is not a standard WordPress step so you did not miss that anywhere – it is just something that I thought of that would logically work. Luckily it did. Logically it makes sense since the...
View ArticleReply To: MailChimp tracking code causing 403
MailChimp or general parenthesis round brackets ( and ) in URL’s BPS Query String Exploits code modification. Allows round brackets/parenthesis in URL’s so that they are not blocked by BPS. 1. Copy...
View Articleuploads cache – 23b58def11b45727d3351702515f86af.js
Email Question: Hi. I’m hoping you can help me understand what’s causing this, and how to resolve it. In my security log for [domain name removed for privacy] .. I keep seeing:...
View ArticleReply To: uploads cache – 23b58def11b45727d3351702515f86af.js
I am not exactly sure what this is, but I have a hunch it has to do with leftover CDN configuration files either from W3TC or another CDN setup. When I check the Source Code of the website I see that...
View ArticleReply To: uploads cache – 23b58def11b45727d3351702515f86af.js
Thank you. Your instructions at http://forum.ait-pro.com/forums/topic/uploads-anti-exploit-guard-uaeg-read-me-first/ perfectly allowed me to stop the security log entry from occurring. :-) I’m not...
View ArticleReply To: uploads cache – 23b58def11b45727d3351702515f86af.js
Creating an exclusion for the Security Log error check is using a band-aid solution for the actual problem. You need to fix the actual problem that is occurring and not make the errors/log entries go...
View ArticleReply To: uploads cache – 23b58def11b45727d3351702515f86af.js
Another possibility is that the error is some new form of hacker recon. The Server Protocol is HTTP/1.0 which typically indicates a hacker or spammer attack, probe or recon. …but I found clues that...
View ArticleReply To: uploads cache – 23b58def11b45727d3351702515f86af.js
Thanks. After doing more research, with my page loading issue, I believe it is due to the current Chrome issue you identified. Thanks. And thank you for pointing out that what we implemented in the...
View ArticleReply To: WPML Plugin – Unable to Send Translation, XMLRPC,...
We were never notified of your reply/post due to a problem with email notifications that were occurring at the time. For anyone else who finds this Topic and are experiencing this same issue/problem,...
View Articlehtaccess file unlocked, htaccess file changed
Email Question: Twice this month, Today was the last one. My bps htacess file has been replaced with the default and all the security filters stripped out. This has been done when the htaccess has...
View ArticleReply To: htaccess file unlocked, htaccess file changed
Logical explanations are: You have a plugin or theme installed that is unlocking your root .htaccess file with CHMOD and then using the WordPress flush_rewrite_rules() function to flush your root...
View Article