RSS Error

Discussion in 'Programming' started by grashelm, Mar 19, 2010.

  1. #1
    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
     
    grashelm, Mar 19, 2010 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    looks like the web server's not setup to handle php. have you successfully ran other php scripts from this host?
     
    shallowink, Mar 19, 2010 IP
  3. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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...)
     
    NeoCambell, Mar 20, 2010 IP