Page 1 of 1

New PHP User Simple Questions

Posted: Thu May 16, 2002 4:36 pm
by MyerInd
I created a website using Dreamweaver. I am wanting to use PHP/MySQL to store and retrieve data. I have moved a few files to the host. I have changed their file type to php. I can get to index.php, but when I try to go to the next page Home.php. I get a HTML 404 error (file not found. I moved the php files to the host with WS-FTP. This is probably basic, but I'm not seeing the error.

Thanks,

Ron

Posted: Thu May 16, 2002 5:09 pm
by sam
You might want to check in the user directory that you have the correct pahe being linked (remember unix webservers are case sensitive).

Cheers Sam