Hi! cgi-bin 701 Data folder is 777 All other folders and .pl files are 755 Here's what my rlconfig.pm loks like for netfirms. ~~~~~~~~~~~~~~~~~ # Name of this Ringlink set-up $title = 'Stardust Ringlink'; # Address to the homepage of this Ringlink set-up $ringlinkURL = 'http://ringlink.netfirms.com/index.html'; # Address to the directory with the *.pl or *.cgi files $cgiURL = 'http://ringlink.netfirms.com/cgi-bin/ringlink'; # Path to the directory with the *.pl or *.cgi files $cgipath = "$ENV{'DOCUMENT_ROOT'}/cgi-bin/ringlink"; # Path to the directory where the ring data will be stored $datapath = "$ENV{'DOCUMENT_ROOT'}/cgi-bin/ringlink/data"; # Path to the sendmail program # (If installed on a Windows server, you have to include the file # extension .exe, e.g. $sendmail = 'd:/scripts/sendmail.exe';) $sendmail = '/usr/lib/sendmail'; # Set to 1 to allow anyone to add new rings $allowringadd = 1; $adminname = 'Pete'; $adminemail = 'Your Email'; $adminpw = 'Your Password';