Viewing 4 replies - 1 through 4 (of 4 total)
  • try updating your permalinks by choosing another structure or saving changes so that it rebuilds the .htaccess or displays the rewrite rules to you

    Thread Starter aurelz

    (@aurelz)

    No go.

    When I choose another structure and try to comment it returns something that seems like a reply from the theme:
    “Sorry, but you are looking for something that isn’t here.”

    I then change it back to default structure and I’m back to the original issue.

    Thread Starter aurelz

    (@aurelz)

    I just did a very dirty workaround that worked.

    I copied wp-comments-post.php from the /blog folder to my root folder /
    Then changed line 16 from:

    require( dirname(__FILE__) . ‘/wp-load.php’ );

    to

    require( dirname(__FILE__) . ‘/blog/wp-load.php’ );

    —-

    I don’t like this at all. If someone can point out where the error and solution is, it’ll be great.

    It definitely sounds like a redirect issue.

    Thread Starter aurelz

    (@aurelz)

    EDITED

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot comment after changing site URL’ is closed to new replies.