Could you post your site URL here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
Contact Support
Hi Lamday,
There’s no need for privacy. The URL is https://tahkombinado.com. However, I’ve disabled the comment functionality in Jetpack so people could comment again. If you need it on, we can schedule a time frame where I’ll enable it so you can test.
Let me know if you’ll need that.
Cheers,
Vinny
Hi there,
I take your word for it – I needed your URL so that I can run some tests on it. I noticed that you’ve got ‘all-in-one-wp-security-and-firewall’ installed, can you try turning the comment module back on and temporarily disabling the plugin listed above? Try out the comments after doing that and let me know how you go.
all-in-one-wp-security-and-firewall is known to conflict with Jetpack.
Thanks for that. I tracked it down to the Block Spambots section of AIOWPS.
#AIOWPS_BLOCK_SPAMBOTS_START
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$
RewriteCond %{HTTP_REFERER} !^http(s)?://tahkombinado\.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule .* http://127.0.0.1 [L]
</IfModule>
#AIOWPS_BLOCK_SPAMBOTS_END
I’ll open a ticket with them to see if they can fix this to work with Jetpack.
Cheers,
Vinny
(@usestrict)
8 years, 11 months ago
When a visitor tries to comment on the site, they see the following content in the comment iframe:
The word ‘here’ is linked to http://127.0.0.1/?for=jetpack
I’ve tried deactivating/reactivating/reconnecting jetpack, but it still fails.
Please assist.