jwlyrio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to redirect RSS feeds to a subdomain?Got it! Sorry, newbie here obviously. Thanks so much!
Forum: Fixing WordPress
In reply to: How to redirect RSS feeds to a subdomain?I see that, however when I try to add my RSS feed (to Google Homepage, for example) is does not work. I get the message “Not Found: http://cafe.lyrio.com/wp-rss2.php.”
I can’t seem to get the feed to come up anywhere else either.
It worked just fine when I was running the blog under http://www.lyrio.com/blog/
Any idea what’s going on here?
Forum: Fixing WordPress
In reply to: How to redirect RSS feeds to a subdomain?Hi all,
I’m a newbie to WordPress but I’m learning very quickly.
I’m trying to get my rss feed up and running. It was working fine when my blog’s address was http://www.lyrio.com/blog/ but I’ve switched it to http://cafe.lyrio.com/ and now nothing.
I’ve tried to make the changes to the syndication files using the methods outlined above but no luck.
I’m not seeing the string:
“require(‘./wp-blog-header.php’);” anywhere in my syndication files.I do see:
“if (empty($wp)) {
require_once(‘wp-config.php’);
wp(‘feed=rss2’);”Which I changed, but no luck.
Has this changed with the new WordPress 2?
Any help would be greatly appreciated.