comments not working – http 404 not found
-
Hi
I’m setting up a new blog via wordpress (www.reachourdreams.com) and realised the comments are not working. I looked up the help topics and as recommended to ryanve, just changed my .htaccess file data to:# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressbut no joy…douing exactly the same thing. Any ideas what’s going wrong?
Thanks
Jen
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘comments not working – http 404 not found’ is closed to new replies.