skeddy Posted March 30, 2005 Report Posted March 30, 2005 Hi,I doubt that this is the right place to post this, but I'll give it a try. I've got a file that exists on my Uniform Server, but when I try to navigate to it, I get a 404 file not found error. I've even transfered this file to my main sever and set the permissions to 777 but I till get the same error. It is a PHP Page that submits a new comment to my database. I've double checked all of the coding and it works perfectly, but the file is stil not being found. Is there someway I can "find" this file ? Quote
olajideolaolorun Posted March 30, 2005 Report Posted March 30, 2005 What path on the server is the file located? and what link did you try to access it by? Quote Best Regards Olajide Olaolorun The Uniform Server Development Team
skeddy Posted March 30, 2005 Author Report Posted March 30, 2005 The form is telling it do the action based on http://localhost/sections/submitcomment.php which is on the form as "../sections/submitcomment.php"The strange this is, if I navigate to exatcly that form I get a 404 Error, but if I copy and place it in the root directory, http://localhost/submitcomments.php it executes perfectly. Quote
olajideolaolorun Posted March 30, 2005 Report Posted March 30, 2005 But where is the script located based on the server dicrtory? W:/www/sections/? or where? Also did you had to define the path in the script? Quote Best Regards Olajide Olaolorun The Uniform Server Development Team
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.