• I noticed not too long ago that after posting a comment the user is redirected to a page with this url

    Not sure what went wrong but I am assuming that it has something to to with my functions.php or comments.php

    this is my .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /twwr/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /twwr/index.php [L]
    </IfModule>
     php_flag display_errors on
    # END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you tryed deactivating plugins? If not try it. And if this doesn’t work I would recommend you to refresh comments and function.php

    Best luck,
    Jaime

    @jaimegm: Please stop posting a link to a 3rd party site. Those kinds of sigs are not allowed on these forums.

    Sorry, @esmi I didn’t know. I will not do it again. I forgot reading that as I’m usually kind but I understand the reasons. My apologies.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Incorrect redirect after commenting’ is closed to new replies.