Mailing List for Newsletter Please Help !

AlvinLuo

New member
Joined
May 23, 2006
Messages
1
Hey Guys, I am newbie in CGI. Please have a look at the code

Code:
# set BASEDIR to the directory that will hold your letter and
# mailling list files. Be certain that the script has permission
# to write to this directory. This must be set to the same value
# you declare in nmmdadmin.cgi (no trailing slash!)

   $BASEDIR="/home/domains/olivenendoh.com/public_html/cgi-bin";

is the $BASEDIR correct ? or should it be

/usr/home/domains/olivenendoh.com/public_html/cgi-bin

or how ?

Please Help .

Thanks.

Best Regards,
Alvin
 
DirectAdmin puts it's sites in /home. However depending on what OS your server uses, it could be defined locally as /usr/home.

Jeff
 
Back
Top