Hello, I just purchased Mint and I am trying to get the Bird Feeder working on ExpressionEngine 1.5.2. I had a few questions about the install ReadMe.
Under Preparing non-PHP feeds for Bird Feeder 1a. it states to edit .htaccess file in ‘your feed directory’. Is this the ‘Feeder’ folder I uploaded?
Same section, under 1b. it states “…The following line should take care of it: php_value auto_prepend_file none”. Where exactly does this go? In the same .htaccess file?
Next question, I am following the advice from ‘Low’ and added the php he referenced at the top of the page. My question is within my Atom template (have not gotten to RSS2 yet) there are three link elements on the page:
<link rel="alternate" type="text/html" href="{weblog_url}" />
<link rel="self" type="application/atom+xml" href="{path={atom_feed_location}}" />
<link rel="alternate" type="text/html" href="{url_title_path=site/index}" />
Is it just the first I am replacing with:
<link rel="alternate" type="text/html" href="<?php $BirdFeeder->seed('{title}', '{url_title_path=weblog/entry}'); ?>" />
I apologize if these questions are covered elsewhere (or if I am just being dense), I did search but may have overlooked something.
Thanks in advance for any help or suggestions.
John