• everytime i try to comment on my site, it takes me to: https://highfivehero.net/wp-comments-post.php

    while i know this is a common problem, nothing from previous threads is working for me.

    this problem just started tonight out of nowhere. i’ve re-uploaded all files, AND i tried the default theme (which had the same result).

    any suggestions?

Viewing 3 replies - 31 through 33 (of 33 total)
  • Hhhmm. I guess so the reason I mentioned it, was that it was only the change I made today so I am scratching me head to understand what has changed.

    Given what I have read I doubt uninstall/reinstall would solve it.

    LOL, I guess IE is good for something. On Firefox I just get a blank page but on IE I got the 405 error you mentioned. ??

    Ok it is definitely something on a DNS / URL level because I just checked my devsite which I have made no changes to today and it is doing the same thing.

    One other strange thing, I noticed now in WP-Cache it records the IP in place of the URL for my pages.

    Don’t know if this helps but this is what is listed in my htaccess file

    AddHandler php-fastcgi .php
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^https://blackjackskanz.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://blackjackskanz.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.blackjackskanz.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.blackjackskanz.com$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ https://images.google.com/images?hl=en&q=No&btnG=Google+Search&sa=N&tab=wi [R,NC]
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    deny from 165.228.0.0/15

    RewriteCond %{HTTP_HOST} ^blackjackskanz.com$
    RewriteRule ^/?$ https://www.blackjackskanz.com [R=301,L]

    Wack. Overnight it fixed itself. I am guessing either something happened on the hosting company side which had nothing to do with anything I did. But whatever reason I see now in my cache it is resolving the correct URL rather than IPs and comments are working again.

    I am not looking a gift horse in the mouth. ??

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘comments dont work’ is closed to new replies.