Quantcast
Channel: BulletProof Security Forum » All Posts
Browsing all 12461 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Reply To: Remove query strings from static resources

I just fiddled around with this and created this code below that removes the ?ver= Query Strings and this code below has the nice added benefit of allowing you to add additional Query String...

View Article


Image may be NSFW.
Clik here to view.

Reply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}

Alternatively, instead of RewriteCond %{HTTPS} !=on # This checks to make sure the connection is not already HTTPS RewriteRule ^/?(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] try ### BEGIN HTTPS...

View Article


Image may be NSFW.
Clik here to view.

Reply To: WordPress SSL htaccess code – Rewrite SSL, RewriteCond %{SERVER_PORT}

@ Max – see the Important Note before using the Query String removal code:  http://forum.ait-pro.com/forums/topic/remove-query-strings-from-static-resources/#post-29602.  Personally I would only use...

View Article

Image may be NSFW.
Clik here to view.

Reply To: BLOB/TEXT column cant have a default value for query CREATE TABLE

Cheers! Yeah, this was an odd one… re LudicrousDB: I’m using a simple setup drawn from the examples provided in the plugin code… specifically, my db-config.php has $wpdb->save_queries = false;...

View Article

Reply To: BLOB/TEXT column cant have a default value for query CREATE TABLE

Yep, if I had a Live Production Network|Multisite site then my first priority would be distributing the database|database tables.  Originally we almost decided to combine all of our sites into 1...

View Article


Reply To: Remove query strings from static resources

Hi Ed, I’ve been using the Comet Cache (ex Zen Cache) pro version (but the free version is v good too) for a while now and haven’t had any issues with BuddyPress or my site, and definitely page loads...

View Article

set up wizzard gave 500 internal server error

Hi, Setup wizard > pre installation wizard crashed my site and I got a 500 internal server error. What steps should I take now to get back in and find the fault? regards, Chris

View Article

Reply To: Varnish Cache – login page protection, Brute Force Protection

Thanks for contributing this Rafael =) …thought I’d note that perhaps # Protect wp-login.php from Brute Force Login Attacks based on IP Address SetEnvIF X-FORWARDED-FOR "xxx.xxx.xxx.xxx" AllowIP order...

View Article


Reply To: Setup Wizard – 500 error, Pre-Installation Wizard – 500...

Brilliant! thanks

View Article


Image may be NSFW.
Clik here to view.

Reply To: WordPress for Android Mobile App – unable to access website

Hi thanks for your reply! I am using the WordPress for Android app you listed. I use Bluehost – the main domain is http://www.naturalhealthandfertility.com and I also have a subdomain-...

View Article

Reply To: WordPress for Android Mobile App – unable to access website

Do these steps and let me know if the WordPress for Android Mobile App works or not. 1. Use FTP or your web host control panel file manager and delete the root htaccess file (in the same folder as...

View Article

Reply To: WordPress Author Enumeration Bot Probe Protection – Author...

thought I’d share what has worked best for me, works with multisite networks & ‘domain mapping’ =) # BEGIN AUTHOR ENUMERATION PROTECTION RewriteCond %{REQUEST_URI} !^/wp-admin [NC] RewriteCond...

View Article

Reply To: Error while sending QUERY packet. wp-db.php on line 1803

I posted this testing code here:  https://wordpress.org/support/topic/warning-error-while-sending-query-packet-pid82827?replies=13#post-8457498 because Mika is updating that particular thread. /*...

View Article


Image may be NSFW.
Clik here to view.

Reply To: POST Request Protection|POST Attack Protection|POST Request Blocker

Hi, I have some Qs about the code [existing code was deleted – no need to repost the existing code in this Topic as a reference] Qs are: 1) in the RewriteRule, why do ^(.*) when we do not care what...

View Article

Image may be NSFW.
Clik here to view.

Reply To: POST Request Protection|POST Attack Protection|POST Request Blocker

1.  Done out of habit/routine and yep the code could be created differently using several different ways. 2. Request method POST would not have an OR flag because every RewriteCond is checking POST...

View Article


Image may be NSFW.
Clik here to view.

Reply To: POST Request Protection|POST Attack Protection|POST Request Blocker

Thanks for replies =) Request method POST would not have an OR flag because every RewriteCond is checking POST “and” X. duh, I was in a rush… (have edited my example) didn’t bother to add OR because...

View Article

Image may be NSFW.
Clik here to view.

Reply To: POST Request Protection|POST Attack Protection|POST Request Blocker

Yeah I figured that was just a typo, but mentioned it anyway just in case.  The simple way to look at the conditions is to use your “fingers and toes to count”, which I always have to do especially...

View Article


Image may be NSFW.
Clik here to view.

Reply To: POST Request Protection|POST Attack Protection|POST Request Blocker

yeah, its generally pretty useless… …its an open field and I’m a sucker for documentation so sometimes I find myself filling it out for no good reason, sometimes just for fun =) Thanks for being...

View Article

Image may be NSFW.
Clik here to view.

Reply To: WordPress for Android Mobile App – unable to access website

Ok now let’s isolate which exact BPS feature is causing the block.  Activate the BPS plugin again, but do NOT activate Root or wp-admin BulletProof Modes.  Can you still access the site at this point...

View Article

Image may be NSFW.
Clik here to view.

Reply To: WordPress for Android Mobile App – unable to access website

OK, there is access with just the plugin itself activated.  No go with root folder activated.  I tried accessing my subsite, and the WordPress app’s log shows xml-rpc is indeed being locked out for...

View Article
Browsing all 12461 articles
Browse latest View live