Problems on firstrun.cgi, then can't login to subscriber.cgi

On completing the firstrun wizard, it gives a link to the admin control panel. However, it doesn't include the filename subscriber.cgi in the URL address, just ?admin
So for example, it should be http://www.mysite.com/cgi-bin/subscriber.cgi?admin but it went to http://www.mysite.com/cgi-bin/?admin , which ofcourse didn't work.
Had I followed your readme I wouldn't have noticed this, but as the link was provided, and as I'm lazy I got the 'file not found' error. Again I found the subscriber.cgi file had to be CHmod'd to 755 not 777 to get to the login screen. This got me to the login screen but I couldn't login.
The URL changes to ...mysitename.com/cgi-bin/?login and the message I get is:
"Forbidden
You don't have permission to access /cgi-bin/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request "
Am I right in thinking the line I should change in subscriber.cgi is
$password = "test"; by putting in my preferred password, eg
$password = "newpassword"; ?
Finally, where should I place the file htmlfragment.html ?
Hope it's all plain sailing after logging in.
So for example, it should be http://www.mysite.com/cgi-bin/subscriber.cgi?admin but it went to http://www.mysite.com/cgi-bin/?admin , which ofcourse didn't work.
Had I followed your readme I wouldn't have noticed this, but as the link was provided, and as I'm lazy I got the 'file not found' error. Again I found the subscriber.cgi file had to be CHmod'd to 755 not 777 to get to the login screen. This got me to the login screen but I couldn't login.
The URL changes to ...mysitename.com/cgi-bin/?login and the message I get is:
"Forbidden
You don't have permission to access /cgi-bin/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request "
Am I right in thinking the line I should change in subscriber.cgi is
$password = "test"; by putting in my preferred password, eg
$password = "newpassword"; ?
Finally, where should I place the file htmlfragment.html ?
Hope it's all plain sailing after logging in.
