How to use FeedBurner with Wordpress without .htaccess file
What is FeedBurner?

For those who don't know FeedBurner yet – continue to services description. Shortly – you get statistics and some aditional services for your RSS feed for free.

How to use it with Wordpress?
If you use .htaccess file on your web – continue to WordPress FeedBurner Plugin.
The other people (including me) who are not allowed to use .htaccess files by their webhosting company. (So we have to have index.php in the permalink structure of our Wordpress powered website.) must employ simple hack to achieve the same result.
Step by step
- Register at FeedBurner and when they ask you about your feed address use this:
http://addressofyourweb/index.php?feed=rss2
e.g.http://fredfred.net/skriker/index.php?feed=rss2 - Now the hack comes. Open
wp-feed.phpin the root directory of your site and edit it according to this example:
<?php
if (empty($doing_rss)) {
$doing_rss = 1;
require(dirname(__FILE__) . '/wp-blog-header.php');
}//this is the code for FeedBurner
if( $wp_query->query =='feed=feed' ){
header("Location: http://feeds.feedburner.com/skriker/");
exit;
}
//end of the added code
where you replace http://feeds.feedburner.com/skriker/ with the address that you've got from the FeedBurner.
- All feeds from the default RSS address generated by Wordpress (http://yourweb/index.php/feed/ e.g. http://fredfred.net/skriker/index.php/feed/) are redirected to the FeedBurner but your readers don't notice any change.



NetAndif :: Panorama Test 2 2005-12-17 / 11.22 am
[...] Panorama-Plugin: http://fredfred.net/skriker/index.php/category/wordpress/ 17.12.05 @ 10:22 | [...]
NetAndif :: Panorama-Test 3 2005-12-17 / 11.27 am
[...] Panorama-Plugin: http://fredfred.net/skriker/index.php/category/wordpress/ 17.12.05 @ 10:26 | [...]
Gary Slinger 2006-01-12 / 10.02 pm
Do you have a version of the above that works if the permalink structure of Wordpress is set to other than the default, i.e. to date and name based?
Gary
malyfred 2006-01-13 / 7.16 pm
Gary Slinger:: Do everything as suggested and offer this address to your visitors:
http: //yourweb/index.php?feed=feed
They’ll be redirected to the Feedburner. That’s 100% safe way.
But I think that my recipe should work with any permalink structure, anyway.
Greg 2006-01-13 / 9.18 pm
Hey Malyfred,
Thanks for this great script. It doubled my feedburner readership. I only have one problem left though.
I used to use the standard wordpress permalinks, and obtained a lot of readers through this at http://www.diylive.net/?feed=rss2
I now switched my permalinks, and obtained a lot of readers through http://www.diylive.net/index.php/feed
I tried your script, and all of my readers through the second link go to my feedburner link, but my original readers can still access my wordpress generated rss through http://www.diylive.net/?feed=rss2
What can I do to ensure that both go there? Thanks
malyfred 2006-01-13 / 11.23 pm
Greg:: hmmm, then you can do something like this – change:
if ($feed == '' || $feed == 'feed')to
if ($feed == '' || $feed == 'feed' || $feed == 'feedburner')and this:
if( $wp_query->query =='feed=feed' )to
if( $wp_query->query =='feed=feed' || $feed == 'rss2')Then set in Feedburner http://www.diylive.net/?feed=feedburner as the address of your feed.
Fringe 2006-02-02 / 10.46 am
Thanks for this hack.
I used it for my blog and it does work.
But I think There is some issue connected to
the in the comments template.
I see a lot of 404 error with this link
Any hint?
TreeFrog 2006-02-22 / 5.39 am
Terrific Blog you have. Peace Out.
TreeFrog
JiggyWittit 2006-03-06 / 11.33 am
Kewl blog you got goin on up here.
Peace, JiggyWittit
Nudecybot 2006-03-21 / 9.56 pm
When you say “edit it according to this example” do you mean REPLACE the code indicated or ADD to that existing code within the curly brackets?
Nudecybot 2006-03-21 / 10.02 pm
Oh I get it, I just need to append that code to the section you indicate. Many thanks!
elwyndfw 2006-04-10 / 3.46 am
I’ve been messing with this suggestion for a while, and can’t seem to get it to work. It works when I modify it locally, however, I get an attempted redirect and a 500 internal server error. I’m using the latest version of wordpress…
Any ideas?
Ryan Wagner 2006-06-22 / 1.56 am
I tried to do this and I got an error as well. It gave a link to where the page had moved and said there was a 500 error. This would have been perfect, too!
Thanks for trying.
-Ryan
Felipe 2007-01-26 / 10.46 am
thanks for the tip…
it worked just fine to me =)
Dreamer's Blog 2007-05-14 / 11.41 pm
Feedburner service and plugin…
Now I change to use FeedBurner Feed service.
Subscribe in a reader
You can click the button above to subscribe my Feed. The feed is always on the right side and bottom.
Feedburner is so popular. I don’t want to write again.
You can check the list…
sopitikoj 2007-09-08 / 5.02 am
Hi
I really appreciated and say thank you for Keep up the great work online
G’night
Michael 2008-03-27 / 1.06 pm
I’ve just spent too long trying to get the feedsmith thing to work – no joy. But cheers for this hack – am off to try it and see how I get on. TY for the help.
Web 2.0 & Usability Blog 2008-04-15 / 4.52 pm
I love using Feedburner, why does it get such a tough time?
Vandit 2008-05-02 / 9.31 am
Hello,
I used feedburner plugin. But let me know if i want feed comment for Post 1 and Post 2.
Then also feedburner works?
E.g.
1)
I have created feeds in feedBurner for Posts and comments below
http://feeds.feedburner.com/NationalArtsStrategies
2) Installed Plugin and add above links.
3) Now when i clicked on rss link for any post in wordpress it displays same feed for all the posts.
it should display comments based on Posts only.
for Feeding the post also … if i clicked on any category feed it will show me the same result for any category?
Is that possible to pass cat id or page id to feedburner link to diplay the comments for individual post and posts for the individual category
Kaydee 2008-05-19 / 5.42 am
Dude your tips really work. Finally! I was having trouble getting feedburner to see my feeds :)
hekimboard 2008-07-02 / 8.12 am
thank yusufe ..hekimboard is very good
TPU #7 - Feedburner: Why and How You Should Use It | Podcast Secret Library 2008-12-21 / 9.28 am
[...] Forwarding your feed without an .htaccess file [...]
Alarm Sistemleri 2009-02-24 / 3.59 pm
thanks.
Albatol Network 2009-07-21 / 11.53 am
Thanks for the article.. nice tips and solved the feed problem
Redirect all feeds to FeedBurner with .htaccess 2009-09-13 / 2.20 am
[...] you have index.php in your permalink structure you have to use a hack. This hack only forwards part of the RSS feeds. To forward all of your feeds to feedburner use this [...]
IT CAREER 2009-11-09 / 8.15 am
Dude your tips really work. Finally! I was having trouble getting feedburner to see my feeds :)
Rapport de Stage 2010-01-23 / 12.49 pm
Hello
Your hack doesn’t work for me blog. The feed URL is http://rapport.eric.free.fr/index.php/feed and http://rapport.eric.free.fr/index.php?feed=feed redirect to http://rapport.eric.free.fr/index.php/feed.
And when I use icon on adress bar,I have http://rapport.eric.free.fr/index.php/feed…
photographes mariage portrait à Paris 2010-03-27 / 7.31 am
Thanks for sharing such a good information,
celebrity fuck you 2010-08-24 / 8.39 pm
Sign: zdbrw Hello!!! xsgvr and 1425mamvuysudz and 4129 : I love your site. :) Love design!!! I just came across your blog and wanted to say that Ive really enjoyed browsing your blog posts.
prezervatif 2010-09-06 / 12.00 pm
Thanks for sharing, good info.
Hans Meiser 2010-09-19 / 3.17 pm
There is obviously a lot to know about this. I think you made some good points in Features also.
Keep working ,great job!
ingilizce kursu 2010-09-30 / 11.17 am
thanks for the nice post and solved the feed problem… super..
Schedule 2010-10-30 / 4.34 am
You you could change the blog subject How to use FeedBurner with Wordpress without .htaccess file | skriker to more better for your webpage you make. I enjoyed the blog post withal.
ceazommachics 2010-12-14 / 5.25 pm
Hi,
I registered on this dating site Dating Free
I made several interesting meeting. However I will like to know if you made that meeting and you meet later with the person?
KabLayexKar 2011-03-03 / 6.38 pm
Staten Island Laser
5th Ave Plastic Surgeon to the Stars Dr.Andrew Mark Klapper has opened a State of the Art JCAHO certified Plastic Surgery and Laser Center in Staten Island
saggeseDoth 2011-05-28 / 8.18 am
игра герои эллады
сью игра
классная игра
w850i игры
mmorpg online
уоллес и громит игра
игры для псп
падший ангел игра
fank.ru игры
бэтмэн игры
rpg онлайн игры
the hunt игра
топ онлайн игр
игра осада
играем вместе
бесплатные игры для мобильных
тормозят игры на xbox 360
flash swf игры
игра в два окна в perfect world
игральные карты jpg
топовые онлайн игры
мини игра наруто
n gage 2 скачать игры
игра онлайн герои
игра противостояние грузия
игра вторая мировая скачать
нелегальная иммиграция в россии
счет игры зенита
игра очко скачать
сахаполиграфиздат
блютус игры для телефона
online action игры
аркады играть
мини-игры на двоих
n82 игры
игра герои
спора онлайн игра
сота игра
игры для nokia e50
jetix игры
прохождение игры сибирь 2
сегодня он играет джаз а завтра.
3d sex игры
онлайн игра года
игра балда онлайн
игра слайдером
игры на телефон
сталкер видео из игры
три богатыря игра скачать
хип-хоп игры
blade runner игра скачать
фишки игры
Affordable Website Design 2011-06-29 / 3.13 am
Some time i really get wonder that how people write something so informative like the above details, i am really thanks full of you guys for sharing.Thanks Alot
poguyldi 2011-09-27 / 1.54 pm
penis advantage.com
sh22dqp17pfe3q4c0yeh
ayopaloek 2011-11-21 / 2.57 am
panic away book
google check rank backlink services - Page 383 - SciFiCraze Forums 2011-11-21 / 8.26 am
[...] lolita child naked little GAIA Land • Toon onderwerp – eecsunrestrained za darmosaeq3392 How to use FeedBurner with Wordpress without .htaccess file | skriker Aifosafectados.com • View topic – poisioldibinohzimileycyrus oitomilaventura.com [...]
- Page 342 - VW GTI Forum / VW Rabbit Forum / VW R32 Forum / VW Golf Forum - ozGTI.com 2011-11-21 / 6.24 pm
[...] • View topic – ?????? ????????????? ? ??????????????? ??????????? ?????? ? How to use FeedBurner with Wordpress without .htaccess file | skriker Aifosafectados.com • View topic – ugg boots – dgsreiifb jkybhhptt ud vyqd phuvawne [...]
cipro and elevated liver enzymes Nanty Glo - Page 3 2011-11-21 / 7.01 pm
[...] Dorcas Aid International • View topic – Buy cheap Vardenafil without a prescription How to use FeedBurner with Wordpress without .htaccess file | skriker Rift-equinox.fr • Afficher le sujet – karen [...]
Obtaining a Driver's License in China 2011-11-27 / 8.45 pm
[...] [...]
Dieu annuaire gay sexe black video x partenaire me avec ? 2011-11-28 / 5.36 pm
[...] Foro Mas de Poker • Ver Tema – Kauf tadalafil MoneyGram Metz, kauf auf rechnung tadalafil How to use FeedBurner with Wordpress without .htaccess file | skriker How to open a espresso keep – For success How to open up a espresso store – marketing For luck The [...]