I have the same issue: 404 error /comments/feed/…
Did you learn how to resolve the problem and can you share with me?
Thanks
This is night 2 and still my site is giving problems
This is what is happening, i type in the web address http://www.technologytomakekidssmarter.com and the webpage appears, however, if i click on any thing within the site i received this error for example i click on a post,
Not Found
The requested URL /galaxy-android-tablet-doctor-prescribes/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request, even when i click on word press admin, it give me this error as well.
What i notice is that my site has been encountering a lot of problems such as lost of information or the design on hte site would just shrink and look ridiculous. I am assuming that it is being hack and this has happened on more that one occasion. Just two weeks ago i change the word press Theme and it noted that i now have php. What i also observed is that every time i click on a plugin in side of wp- admin it would give me this error too.
Would you say it is because the website is in php?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Thread Starter
kizora
(@kizora)
Hi,
I thought I’d fixed it by adding the following to functions.php
remove_action( ‘wp_head’, ‘feed_links’ );
remove_action( ‘wp_head’, ‘rsd_link’);
remove_action( ‘wp_head’, ‘wlwmanifest_link’);
remove_action( ‘wp_head’, ‘index_rel_link’);
remove_action( ‘wp_head’, ‘parent_post_rel_link’);
remove_action( ‘wp_head’, ‘start_post_rel_link’);
remove_action( ‘wp_head’, ‘adjacent_posts_rel_link’);
remove_action( ‘wp_head’, ‘wp_generator’);
which seemed to stop the 404’s for a while …… but they’re occurring again now !!
Anyone know why?
Thanks,
Chris
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Those remove_action should be fine and shouldn’t effect/cause 404 one way or the other.
Have you tried the usual troubleshooting steps?
– Deactivate all of your plugins
– Switch to the Twenty Eleven theme
and see if you can cause the 404 errors. Also a link to your site might help identify what’s going on.
Thread Starter
kizora
(@kizora)
Hi Jan,
The remove_action(s) did stop the 404’s occurring for comments/feed … for a few weeks.
I had tried the usual remove plugins /2011 theme.
http://thebeautifulhousecompany.com/
I suppose I could create a comments/feed page to stop the 404’s ? but would rather disable it with wordpress functionality if possible.
Thanks, Chris
Thread Starter
kizora
(@kizora)
Just a thought …. I don’t allow comments on my posts (under the discussion tab in edit posts). Could that be why http://thebeautifulhousecompany.com/comments/feed/ doesn’t exist but http://thebeautifulhousecompany.com/feed/ does?