Programming novice here. Looking for suggestions on how to fix an RSS feed that is not working on a site I have. Someone told me that the index file was saved incorrectly. Not sure what format to save it in to make the RSS work. Thanks in advance for any suggestions. Site is located at here: mission envrionment
looks like the web server's not setup to handle php. have you successfully ran other php scripts from this host?
can you write the following code in a file and name it as test.php. <?php phpinfo(); > PHP: Upload this file to your web server (www root) and call the file as http://www.yourname.com/test.php if that returns some information like php version, etc... on your browser, then php is working fine. (You will have to provide more information for us in this case) If not, you will have to contact your web hosting company to enable php for you. Otherwise you will have to find a non-php RSS script (written in ASP, etc...)