amyobsessive
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS for Comments working, other RSS not.THANK YOU SO MUCH FOR ALL OF YOUR HELP ?? I got it working. I feel like sending you both thank-you notes. All I can provide though are pictures of me and, like, gmail accounts. Ha.
Forum: Fixing WordPress
In reply to: RSS for Comments working, other RSS not.I’m sorry for possibly being lame, but I don’t know which files I should be checking for this whitespace. I tried downloading the files from wordpress and putting in fresh new files from the site, unaltered by me (which they never were in the first place), and its the same issue. Those files shouldn’t have the whitespace should they? especially if they work on everyone else’s sites.
When the source is viewed, I don’t know which php files those are coming from because I don’t know enough about what is going into the /feed/rss stuff. I just need a little more ellaboration on what it is I should be doing to which files so I don’t get confused and mess more things up.
Thanks again for the help so far… Your responses are really appreciated ??Forum: Fixing WordPress
In reply to: RSS for Comments working, other RSS not.Well the thing that gets me is that my comments RSS works but not the other one. Does that even make sense? Are there files associated with only one but not the other? This could be obvious but it just seems strange to me that one works but the other one doesn’t.
Forum: Fixing WordPress
In reply to: RSS for Comments working, other RSS not.I understood what you meant… There isn’t any extra whitespace that I can see. Plus, I don’t recall ever really tampering with it to where there would even be whitespace. :-/ Check which file for whitespace?
Forum: Fixing WordPress
In reply to: RSS – 500 error. Why meee??Is there anything else anyone would need to help me solve this problem?
Forum: Fixing WordPress
In reply to: RSS – 500 error. Why meee??RewriteEngine On
RewriteBase /
RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]
RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]
RewriteRule ^([0-9]{4})/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9]+)?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&p=$4&page=$5 [QSA]
RewriteRule ^([0-9]{4})/?([0-9]{1,2})/([0-9]{1,2})/([0-9]+)?/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?year=$1&monthnum=$2&day=$3&p=$4&feed=$5 [QSA]
RewriteRule ^([0-9]{4})/?([0-9]{1,2})/([0-9]{1,2})/([0-9]+)?/trackback/?$ /wp-trackback.php?year=$1&monthnum=$2&day=$3&p=$4 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]Forum: Fixing WordPress
In reply to: RSS – 500 error. Why meee??I know “bump” posts are the lamest thing ever, but I swear I’m going insane with this.
Forum: Fixing WordPress
In reply to: RSS – 500 error. Why meee??That is actually an old installed version that isn’t actually being used from when I wanted to first test out what I thought of WP before I made the switch from MT (and hadn’t yet deleted). Weird that it worked that way. I tried putting the wp-feed.php into that directory and changed the paths for it in my .htaccess, but that didn’t exactly work either (I think because of the version differences). Back to square one ?? Thank you for your reply though!