|
FTP While you can upload your Web pages using the Web based file manager in your account's control panel, you can also use FrontPage or any FTP program such as RBrowser (Free for Mac) or Filezilla (Free for PC). More specific USER GUIDES are posted in our support section.
Use the following information with your FTP program: Host name: yourdomain.com [your actual domain name!] Username: Same as control panel Password: Same as control panel
Paths Your Perl path is: /usr/bin/perl The first line in cgi and perl scripts should therefore be: #!/usr/bin/perl Sendmail: /usr/lib/sendmail or /usr/sbin/sendmail Serverpath: /home/username/public_html/cgi-bin Root path: /home/username/ puts you in the root of your account Domain directory: /home/username/public_html puts you in your www directory cgi-bin path: /home/username/public_html/cgi-bin/filename puts you in your cgi-bin
|