Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   Receiving a lot of comment links in 404 log (http://forum.bytesforall.com/showthread.php?t=7701)

Mz More Jun 21, 2010 01:18 PM

Receiving a lot of comment links in 404 log
 
I am receiving a lot of 404 errors with comment links such as ​/2010​/04​/zoya-nail-polish-exchange-2.html#comment-1366. I moved to wordpress from blogger and don't know if this is why. However, I would like to get rid of the 404 errors. Please help. Also I am receiving the rpc_relay.html errors and I don't understand why. I thought I should have those files automatically. This is stressing me out :(

www.theglamorousgleam.com

ylsnuha Jul 21, 2010 05:29 AM

hi I have the same question ,but after I refresh the page .the comments are there...

lmilesw Jul 21, 2010 11:46 AM

Check the path in the WordPress settings>Media for "Store uploads in this folder". It should look like the example to the right.

ylsnuha Jul 21, 2010 06:32 PM

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 :)


All times are GMT -6. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.