Bit51 (part of the iThemes family)
Forum Replies Created
-
Interesting Peter. What caching are you using?
It should be in the root folder of your WordPress installation or the the folder right above it (on many hosts this is public_html)
Thanks Peter, with over almost 200,000 users and daily donations this plugin is doing a pretty good job. Unfortunately, due to its very nature, it will never work in 100% of environments but for 99% of folks it is protecting their sites from all sorts of stuff.
Thanks for your reply.
Are you getting any error messages?
try
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );in your wp-config.php file. This will give you an error log that might be able to help us troubleshoot the problem.
Sorry, no work around currently (I would be afraid of what could happen if I allowed folks to override that one). If you really want you could search for SERVER_SOFTWARE in the plugin code and replace the value of apache with ” which might help you however keep in mind that on every upgrade you would have to reapply the changes.
hide backend isn’t designed to help you with spam registrations. Have you tried something like http://wordpress.org/extend/plugins/cartpauj-register-captcha/ ?
Hi Dan,
While I’m not familiar with WPRemote it sounds to me as if it’s looking for version numbers or update notifications which are features under “System Tweaks” in better wp security. Can you please check it with these options turned off.
As for debugging, as a reference you can use the following 3 directives in wp-config.php
`define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_display’, false );
‘Turn off and on at will of course.
If you have no content yet it can only interfere with some plugins that hard-code it in. Usually even that however can be overcome by pointing the problem out to the plugin developer who can make the link dynamic. If you already have content with media (images/etc) changing wp-content will break the links to that content
As for ServerSignature, turning it off will not only not affect it but should be done.
Thanks for the report. I’ll take a look at this.
Sure, the login is for general login. Depending on your setup this might redirect you to your homepage or somewhere else. Admin will always take you to the dashboard but may prompt for a login if you’re not already logged it. Finally, register is strictly for user registration and will have no effect if this feature is turned off.
Ah. Yes, BWPS can add that line as well. The option is under “System Tweaks.”
Glad it’s working. Which host do you have? This is the 3rd time this week I’ve seen this issue.
When you get back in make sure to turn off the option in your settings as well so that it doesn’t come back on the next save.
You can turn off the SSL by looking in wp-config.php and removing the 2 lines that reference SSL.
If you would like to test it I can create a dev version that would display the apache rewrite rules for you to use. As I don’t have any MS boxes to test it on myself however I won’t be putting in support until I know it works.