Incorrect redirect after commenting
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Incorrect redirect after commenting’ is closed to new replies.