peter-a
Forum Replies Created
-
I’ve never tried Cookie Based Brute force prevention on our site.
Or here’s a simpler version of the .htaccess rule, if it makes it any easier to eliminate the conflict:
RewriteEngine On #If we have https RewriteCond %{HTTP:X-Forwarded-SSL} =on #And its not one of these slugs RewriteCond %{REQUEST_URI} !/(wp-admin|wp-login|mysecretloginurl)(/.*)? #send to http RewriteRule .* http://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]Forum: Plugins
In reply to: [Force non-SSL] Not working for me eitherI e-mailed you the domain.
But I apologize — I think your plugin does work the way it’s intended. It turns out there’s a plugin conflict: When I activate the Lite Cache plugin, it disables the functioning of Force non-SSL in all browsers except Firefox.
Does Force non-SSL work with other caching plugins?
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] block–plus.png in wrong locationNice! Thank you!
Cyberduck, I hope you will please incorporate these changes into future versions of the plugin…
Forum: Plugins
In reply to: [BruteProtect] Fairly serious performance issue – auto-loaded optionsDavid, are you saying BruteProtect loads 321 rows from the database on every page, or every time someone accesses the login page?
What’s the downside to your autoload fix?
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] block–plus.png in wrong locationThanks @vtxyzzy for your fix. Any idea how to update it? I tried but it didn’t work.
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] block–plus.png in wrong locationStill broken in today’s update… Please fix…
Forum: Plugins
In reply to: [Redirect List] 307 redirectsThank you, that worked perfectly!
Would you consider including this 307 tweak in upcoming versions?
Forum: Plugins
In reply to: [Redirect List] 307 redirectsThanks for the reminder 🙂
OK, I tried modifying the plugin like this (lines 52-54):
` echo ‘<div data-idx=”‘.$i.'”><input type=”text” name=”sf_red[‘.$i.’][0]” value=”‘.$red[$i][0].'” style=”width:300px;”><span> » </span><input type=”text” name=”sf_red[‘.$i.’][1]” value=”‘.$red[$i][1].'” style=”width:300px;”><select name=”sf_red[‘.$i.’][2]”><option value=”1″‘.($red[$i][2]==’1′?’ selected=”selected”‘:”).’>301 permanent</option><option value=”2″‘.($red[$i][2]==’2′?’ selected=”selected”‘:”).’>302 temporary</option><option value=”3″‘.($red[$i][3]==’3′?’ selected=”selected”‘:”).’>307 temporary</option><select></div>’;
echo ‘<div data-idx=”‘.$i.'”><input type=”text” name=”sf_red[‘.$i.’][0]” onchange=”if (this.value) sf_red_add();” placeholder=”url-to-match” style=”width:300px;”><span> » </span><input type=”text” name=”sf_red[‘.$i.’][1]” placeholder=”destination-url” style=”width:300px;”><select name=”sf_red[‘.$i.’][2]”><option value=”1″>301 permanent</option><option value=”2″>302 temporary</option><option value=”3″>307 temporary</option><select></div>’
`Unfortunately upon importing the CSV, all the 307 redirects still show as 302. I’m not a coder, though…
It is set to 16M.
I’m having the same problem:
[08/06/2014 5:53 PM] - FAILURE : Error inserting record into wp_aiowps_login_activityBut I’m on shared hosting where I cannot increase the max_allowed_packet variable from 1M. Any suggestions?
Also the file wp-security-log-cron-job.txt is blank.
Forum: Plugins
In reply to: [Better WordPress Minify] Enable friendly Minify urls breaks siteIt appears the Friendly Minify URL expires after being loaded 2 times. It’s very strange.
Forum: Plugins
In reply to: [Better WordPress Minify] Enable friendly Minify urls breaks siteOK, slight correction… I’m serving the directory via Apache. But the .htaccess file in the cache directory does not contain anything similar to
# BEGIN BWP Minify Rules ... # END BWP Minify RulesIf rewrite rules are not found, you will have to re-add them, either manually (if server config files are not writable) or automatically by visiting any BWP Minify’s admin page.
I’m not getting any errors about it in BWPM. Where can I find the rewrite rules to add manually?
I’m not sure, but I think the problem might be happening because the .htaccess file at my WordPress root contains:
# Protect .htaccess itself! # The following hack prevents external access to any file starting with .hta <Files ~ “^.*\.([Hh][Tt][Aa])”> order allow,deny deny from all satisfy all </Files>UPDATE: I removed that bit of code from the WP root htaccess file and now BWPM’s htaccess rules show up in the cache folder’s htaccess file. However, the Friendly Minify URL function still breaks the site. But I forgot to mention this: It doesn’t break the site immediately. It usually works fine for 1-2 minutes and then breaks. And for those 1-2 minutes, I can see that it’s loading the Friendly Minify URL and that the Friendly Minify URL actually works.
Then 1-2 minutes later, the Friendly Minify URL gives a 404.
I’m using memcached, and I thought that might be the problem, so I disabled memcached, and that didn’t change anything except making the site slower.
So it’s weird. For now, at least, I just can’t use the Friendly Minify URL function.
Forum: Plugins
In reply to: [Better WordPress Minify] Enable friendly Minify urls breaks siteThanks Khang, I checked the FAQ now, and I guess I understand the problem… I’m on Apache, but I’m using nginx to serve the BWPM cache directory because it’s faster than Apache. But since I’m on shared hosting, I can’t configure nginx options.
If I specify a Friendly Minify url path, will that only be for the Friendly Minify url and not for the rest of the BWPM cache? I could create a separate directory just for the Friendly Minify url path and serve it with Apache.
Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Add Project/ImageI had the same problem, and the problem is not a plugin conflict, it’s happening because my WordPress admin area is on https and your plugin tries to load several items, including:
http://code.jquery.com/ui/1.10.4/jquery-ui.js?ver=3.9.1
over standard http. This is something that should be simple for you to fix in an upcoming version. Meanwhile, a workaround is here: