rss feed extension

Discussion in 'XML & RSS' started by vlasta, Sep 21, 2005.

  1. #1
    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.
     
    vlasta, Sep 21, 2005 IP
  2. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #2
    vB uses a php page to gen the rss output. It should be fine if the output is XML/RSS complient.
     
    noppid, Sep 21, 2005 IP
  3. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #3
    PHP is fine, what I do with mine is:
    <? header('Content-type: text/xml'); ?>
    
    PHP:
     
    dct, Sep 21, 2005 IP
  4. vlasta

    vlasta Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ... oh, then my feeds probably had a wrong header. I used this line:

    header('content-type: application/rss+xml; charset=utf-8')
    PHP:
    I was wondering why google did not recognize them...

    Thanks
     
    vlasta, Sep 21, 2005 IP