nicholas
07-01-2003, 12:45 AM
public_html
Through your ftp program it may appear as both 'www' and 'public_html'
Those folders are linked together, the files you see in 'www' are the same files you see in public_html'
As the name implies "public" meaning any file you want the public to see, "html" being files created using html
[ HyperText Mark-up Language ]
Set permissions to 644 or higher to allow people to view. Of course our system supports html, htm, shtml, gif, jpg and php all of which can be plaed in your public_html folders and any subfolders of the public_html folder such as /images /forum etc etc.
Inside the public_html folder there are more folders, "images" for example to help keep some order inside your public_html folder place image files there.
CGI-BIN cgi-bin this folder is a place to put all .cgi and .pl files, cgi files can be a security risk for your account and our servers, please place all cgi and .pl files inside your cgi-bin , when doing so do not chmod "set permissions" above 755 as they will not function properly.
Through your ftp program it may appear as both 'www' and 'public_html'
Those folders are linked together, the files you see in 'www' are the same files you see in public_html'
As the name implies "public" meaning any file you want the public to see, "html" being files created using html
[ HyperText Mark-up Language ]
Set permissions to 644 or higher to allow people to view. Of course our system supports html, htm, shtml, gif, jpg and php all of which can be plaed in your public_html folders and any subfolders of the public_html folder such as /images /forum etc etc.
Inside the public_html folder there are more folders, "images" for example to help keep some order inside your public_html folder place image files there.
CGI-BIN cgi-bin this folder is a place to put all .cgi and .pl files, cgi files can be a security risk for your account and our servers, please place all cgi and .pl files inside your cgi-bin , when doing so do not chmod "set permissions" above 755 as they will not function properly.