Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://fudforum.org/forum/rdf.php?mode=m&l=1&basic=1&frm=1&n=25

  1. <?php
  2. /**
  3. * copyright            : (C) 2001-2017 Advanced Internet Designs Inc.
  4. * email                : forum@prohost.org
  5. * $Id$
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the
  9. * Free Software Foundation; version 2 of the License.
  10. **/
  11.  
  12. /* Permanent redirect (301) for backward compatibility.
  13. * New file is feed.php to support RDF, Atom and RSS feeds.
  14. */
  15. header('Status: 301');
  16. header('Location: /forum/feed.php?'. $_SERVER['QUERY_STRING']);
  17. ?>
  18.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda