PDA

View Full Version : How to change rss feed extension?


Blogger
11-20-2008, 08:32 AM
Hi, I installed the same theme in 2 sites but the rss feed extension is different.

One is www.site.com/feed and the other is www.site.com/?feed=rss2

How can i change /?feed=rss2 to just /feed?

Any idea?


Thanks!

sarahG
11-20-2008, 08:40 AM
The first is from a site using permalinks the second is a non permalink.

If you change your second site to use permalinks then site.com/feed/ will work.

Blogger
11-20-2008, 08:46 AM
Thanks Sarah! :) It helps!

Why are you invisible?

anhblog.net
04-19-2009, 06:52 AM
Just using .htaccess follow :


RewriteEngine on
RewriteBase /
RewriteRule ^feed ?feed=rss2 [NC]