hi,I solved the problem.The problem came just after I changed my permalink to /%postname%/
every time I submit a comment a 404 error comes.It works well if I changed my permalink back.but I don`t want use that any more
ok,here is my .htaccess may help
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
and the solution is after I changed my permalink.I go to the posts edit.and just changed a post`s mane,It works on.hope these may help you