RSS for HTML

Discussion in 'HTML & Website Design' started by ottodo, Aug 17, 2006.

  1. #1
    Hello
    My website is HTML based without any programming language, I just want to know how can I add rss/feed to my website.

    Is there a tool or script can do this?

    Thanks
     
    ottodo, Aug 17, 2006 IP
  2. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #2
    Add this line to your .htaccess

    AddHandler application/x-httpd-php .htm .html
    Code (markup):
    So you can parse PHP code on your pages and use a PHP RSS parser to output the feed.
     
    dcristo, Aug 17, 2006 IP
  3. ottodo

    ottodo Guest

    Messages:
    2,055
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks :)
    i'll try it now
     
    ottodo, Aug 17, 2006 IP
  4. blakew

    blakew Active Member

    Messages:
    161
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    blakew, Aug 17, 2006 IP