Bit51 (part of the iThemes family)
Forum Replies Created
-
wp-admin should display a 404 if “hide backend” is used. Can you get to the login via “/login” or see what slugs are being used in your .htaccess?
I would be too!
glowflare, your issue is different. Check your permalink settings.
Check that the WordPress permalink settings are correct. It sounds like the standard WordPress .htaccess rules are missing:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressSorry, BWPS doesn’t touch anything named mail.
What host are ya’ll using? I’ve had 2 folks now who’s hosts had changed policies which was causing the issue.
I’ve taken a look at this and I’m admittedly a little confused about not finding login. Are you getting an error?
The ‘error’ can happen with one-click as it will turn on ‘404’ detection. Check your 404 log to see what it’s missing. In most cases there are left over artifacts (typically images) in the css files. This is unfortunately a problem in a lot of themes but also means that the 404 checking is doing it’s job. The most likely direction will be a timer that doesn’t activate it for an hour and instead emails the admin a list of the links if there could be a potential problem.
No ready made lists other than HackRepair.coms list.
As for the performance problem, I had more than one instance of folks reporting problems where WordPress was hitting mem errors while processing long lists of hyphenated ips.
I’ve fixed it in the dev version http://plugins.svn.wordpress.org/better-wp-security/trunk and should have an official version this weekend.
Try turning off “filter suspicious query strings” and the long urls option both under “System Tweaks”
Not familiar with quick cache so I can’t answer that one. Are you guys using any non-standard roles/permissions? Have you tried logging out and then logging back in?
Are you using a non-english version of WordPress? Try checking that the proper prefix is located in wp-config.php.
Sorry about that. It will now work in the dev version. Turns out I admittedly overtightened the filter query string section.
You can get the dev version at http://plugins.svn.wordpress.org/better-wp-security/trunk
I will try to get a full version out this weekend.
It uses the $_SERVER[‘SERVER_SOFTWARE’] php variable to determine if apache is installed. Can you echo this correctly in a test file?