• Resolved useStrict

    (@usestrict)


    When a visitor tries to comment on the site, they see the following content in the comment iframe:

    Found
    
    The document has moved here.
    

    The word ‘here’ is linked to https://127.0.0.1/?for=jetpack

    I’ve tried deactivating/reactivating/reconnecting jetpack, but it still fails.

    Please assist.

    • This topic was modified 7 years, 8 months ago by useStrict.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter useStrict

    (@usestrict)

    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.

    Thread Starter useStrict

    (@usestrict)

    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 .* https://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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment Iframe displaying redirect message’ is closed to new replies.