Hi everyone. Believe it or not, I'm a programmer - but I don't know squat about web programming as I'm a mainframe guy.
Anyway, I'm using your tutorial (along with another topic in this board) to try and get it going. I've gotten to this step:
1. From a browser run mt-check.cgi
and then I get a 404 not found. Here's what I've done:
From my config file:
CGIPath http://69.50.193.76/cgi-bin/
DataSource ./db
ObjectDriver DBI::mysql
Database plongor_mtdatabase
DBUser plongor_mtadmin
I have also put the password in mt-db-pass.cgi and chmod all the .cgi files to 755. MT is located outside of the cgi-bin which I thought was OK. It's in public_html/mt/ along with all of the other extracted files.
I have created the database and added a user as named above (plongor_mtadmin in database plongor_mtdatabase).
So I go to execute, and try http://69.50.193.76/mt/mt-check.cgi in my browser. I know there's an mt directory in public_html and I know there's a file called 'mt-check.cgi' in that directory. I'm so sure it exists that I'm going to go insane!! Yet I get a 404 error.
If you can offer me any help I would really appreciate it. Do I need to chmod any directories? Thanks in advance.
Jeremy