Online Advertising - Debt Consolidation - Debt Consolidation - Lingerie - Online Advertising

PDA

View Full Version : rss feed extension


vlasta
Sep 21st 2005, 7:53 am
Would it be a problem having my rss feed named xxxx.php ?

... all references to it are marked with type="application/rss+xml"

Thanks,
V.

noppid
Sep 21st 2005, 7:59 am
vB uses a php page to gen the rss output. It should be fine if the output is XML/RSS complient.

dct
Sep 21st 2005, 8:13 am
PHP is fine, what I do with mine is:
<? header('Content-type: text/xml'); ?>

vlasta
Sep 21st 2005, 9:53 am
PHP is fine, what I do with mine is:
<? header('Content-type: text/xml'); ?>


... oh, then my feeds probably had a wrong header. I used this line:

header('content-type: application/rss+xml; charset=utf-8')

I was wondering why google did not recognize them...

Thanks