iSiteManager
 
Print Page
 
 
 

Features Working with your CGI-Bin

   
 

Quick Background information

CGI Bin is where CGI scripts are stored. Usually .cgi or .pl (perl) extension


Locating CGI-BIN Directory

In your File Manager

Under Files & Directories access the Online File Manager

From the www directory access the cgi-bin directory

 


Access through web browser

http://www.YourSite.com/cgi-bin/

and scripts in the cgi-bin can be accessed from here: http://www.YourSite.com/cgi-bin/filename.cgi

In forms you can use the post command to sent information to the script

if the file is in your root dirctory:

/cgi-bin/filename.cgi

else

http://www.YourSite.com/cgi-bin/filename.cgi

 

FTP

This is the structure of your var directory (where cgi-bin) is stored

 

   
TOP