Cikkek
In the File Manager:1) Login to your control panel(http://www.yourdomain.com/siteadmin)2) Click...
How do I install a Perl module?Send an email to support@hostgosupport.com with your domain name and the Perl module you need...
How do I prevent other sites from linking directly to files on my web site?OverviewHotLink protection prevents other web sites from directly linking to files (as specified...
How do I tell the web server to parse my files that include Server Side Includes?Make sure the names of your files end with ".shtml" or ".shtm". For example:index.shtml or...
How do I use Server Side Includes?Use the #include directive to include files in your current html documents. The "file=" or...
What is the full path to my site?The full path to your site is:/home/username/public_htmlMake sure to replace "username" with your...
What is the location of sendmail?The location on sendmail is:/usr/sbin/sendmail
What is the location of the Perl?The location of perl is:/usr/bin/perl
What should the file permissions of my CGI/Perl scripts be?Your CGI/Perl scripts should be chmoded to 755 or rwxr-xr-x. Your CGI/Perl scripts will produce...
Where is my cgi-bin?A "cgi-bin" has been created for you inside your public_html directory. You can execute CGI/Perl...