Sachin Khosla
Member
Posted 10 months ago #
Hello There,
I have a tech blog called http://www.digimantra.com , but all of a sudden it's feeds have stopped working. The link goes to 404 and the feeds are not even seen via direct URL like http://digimantra.com/blog/index.php/feed/
It's been a mess. Please advise.
Thanks
Sachin
URL should be http://digimantra.com/feed/ but that redirects you to a category? or is that a search?
Start with the usual - Turn off your plugins.
Sachin Khosla
Member
Posted 10 months ago #
Thanks for the reply. Yes the URL is http://www.digimantra.com/feed/ , it redirects cause i have setup a redirect to search page in 404.php .
I have tried to turn off all plugins, revert the theme to twentyeleven (the basic one), doe snot help.
Not sure what to do :(
Thanks
Sachin
it redirects cause i have setup a redirect to search page in 404.php .
How did you do that? Straight up .htaccess?
Sachin Khosla
Member
Posted 10 months ago #
No, i did it in 404.php using the header(location:digimantra.com/?s=$_GET['query']) kinda syntax
But 404.php is called only when the URL is not found, that means /feed/ is not being found. I was thinking to find the file which creates the feed and then map this Rule into .htaccess . What do you suggest ?
Thanks
Sachin