I have a PHP script which works fine on my desktop. I'm running WAMP on the destop for testing. We have a web host that has our current site. I uploaded the html's and PHP scripts to the web host but the scripts don't run. One of the scripts is an RSS feed and the other are forms. I get an error 404 file not found message. Other than my scripts which the HTML's call is there something I need on the host maybe to tell it where to find my scripts. I'm totally new at this so ignorance is rampant!!!
Hey there, if you're getting a 404 error, then it's saying the file isn't there. Is it possible you are looking in the wrong directory on your webserver? Make sure you uploaded the files to the public_html folder (or some folder therein). If your website is http://example.com and you upload the files to public_html > scripts Then you can see the files by using the url http://example.com/scripts Not enough information to hypothesize other possible issues from your information.