I have done the following:
Download Coppermine
Unzip it to your harddrive
Upload the stuff to your server
chmod the folders "include" and "albums" for the script (the webserver, that is) to have read/write access
point your browser to http://www.yoursite.com/coppermine/install.php and follow the directions of the install file (basically the mySQL-tables will be created there and the config table will be filled with default values)
but when i go to my browser and type in my website.com/coppermine/install.php
it says page can not be found.
I am using php 4.3.10, mysql 4.0.22 and apache 1.3.33
I uploaded the files from an ftp transfer server and changed my permissions
First, post a real link to your site.
Second, did you verify the files are actually where you think you put them? That error message is very explicit: the page wasn't found where you asked for it.
I would also check that you have php enabled on your webserver. I had to go into my web controlpanel and enable it (it was turned off).