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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 Articleset 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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