nhartsog
Forum Replies Created
-
Confirmed! Tested with the new version of Simple 301 Redirects and every redirect I tried is functioning normally once again. Thank you so much for taking a look at this and for putting out a fix so quickly!
Excellent! Thank you so much for looking into this! Keep me posted if you would like me to offer any further testing or anything.
Apologies, my hand was forced to hard-code (htaccess) my initial redirects for the ecoact.org domain due to critical business needs for them today. However, I have another site (livestockandland.org) that I will not be switching away from Simple 301 Redirects, for testing purposes. I started to come across a few working redirects, so I can concur with whax’s findings: this is not 100% all redirects. I also tried disabling all plugins, different browsers, and even tried reverting back to Wp 5.7, none of which had any effect. I have come to find that the trailing slash is where my issue lies. Here’s what I currently have set up for 301s on this site:
This redirect without trailing slash works quite well:
https://livestockandland.org/this-should-workThis redirect with trailing slash gives the 404 page:
https://livestockandland.org/this-will-not-work/I have both set to have “/workshops/” as the Destination.
Oddly, if I manually-enter the second one without the trailing slash (https://livestockandland.org/this-will-not-work) it redirects just fine. Again, I’ll leave this site as is for now in case you want to take a look, but I am able to revise all other 301s across my sites to get them functional once again by just dropping the slash from the Request. @whax, hopefully this is helpful in your case?
Thanks for your help with this one, everyone!
Thanks for all of the diagnosis tips mbrsolution! I disabled every plugin but the WP Security, and I switched to the TwentyFourteen theme, and it’s still accepting comments regardless of the Captcha input…BUT (hopefully this helps someone else in the future) I realized I was logged in as the administrator…when I am NOT logged in as the administrator (as will be the case for most commentators) the captcha code worked exactly as it should…Reactivated the main theme and all of the plugins, and it still works perfectly for non administrators…and of course, everything else with this plugin seems to be working quite well!
Thanks again.
Yes, it is not working correctly. The captcha (simple math problem) is letting the comment post for right answers, wrong answers, or even if the captcha input box is left blank.
I realize that “incorrect” may be a relative term depending on user location… I was able to edit the file /wp-content/plugins/wptouch/themes/default/index.php to adjust the date format. I changed the part of line #111 that had
<?php echo get_the_time('d.m.Y') ?>to be<?php echo get_the_time('m.d.Y') ?>And then I continue to enjoy the plugin as normal!