Gossamer Forum
Home : Products : DBMan : Installation :

Whew! Got to the login screen... but now I'm stuck

Quote Reply
Whew! Got to the login screen... but now I'm stuck
My thanks to JPDeni and Anthrorules for their help so far...

Well, I got the log-in screen to come on (the problem was a bug in cuteftp which was uploading the files in binary even though I had the settings set to only ascii).

Now, however, after putting in the username and pw admin/admin, I get a "page not found."

I've double and triple checked the permissions.

I have the "auth" folder in the dbman folder where the rest of the stuff is and the "index.html" file is inside of that. Do I need to move it elsewhere and/or change stuff in the default.cfg file?

Any help is appreciated.

Thanks,

Mike


Quote Reply
Re: Whew! Got to the login screen... but now I'm stuck In reply to
In Reply To:
I have the "auth" folder in the dbman folder where the rest of the stuff is and the "index.html" file is inside of that. Do I need to move it elsewhere and/or change stuff in the default.cfg file?
No...you do not need to move the index.html file...That file is in that directory to avoid directory browsing, so that people cannot access session files created with DBMAN.

I would double check the $db_script_url and the $db_cgi_url variables in the default.cfg.

They should like the following:

Code:

$db_dir_url = "http://www.yourdomain.com/cgibin/dbman";
$db_script_url = "http://www.yourdomain.com/cgibin/dbman/db.cgi";


Regards,


Eliot Lee
Quote Reply
Re: Whew! Got to the login screen... but now I'm stuck In reply to
What you need to make sure is correct is the $db_dir_url, which is the first line after the copyright info in the default.cfg file.


JPD