| Q |
What is web hosting? |
| A |
Web hosting is a service in which you buy or rent space and
bandwidth on a server where you can publish your websites. |
|
| Q |
What is bandwidth? |
| A |
Bandwidth is the amount of data that can be transmitted at a
given moment to a server. The higher your bandwidth, the
larger amount of traffic your site can handle at one time. |
|
| Q |
Is unlimited bandwidth possible? |
| A |
No. Offering unlimited bandwidth or disk space is simply not
possible as all hardware has limitations. |
|
| Q |
How do I upload files to my hosting account? |
| A |
You will need an FTP (File Transfer Protocol) program like
WS FTP. |
|
| Q |
What is uptime? |
| A |
Your uptime is the percentage of time that your web site is reachable. Most web host will offer 99% or more uptime (excluding scheduled maintenance). |
|
|
|
|
| Q |
What is the cgi-bin? |
| A |
The cgi-bin is a directory set aside by your host where you
can store and run your cgi scripts. Although most host allow
cgi scripts to be used in any directory, this is usually
defualt directory for cgi scripts. |
|
| Q |
What is a subdomain? |
| A |
A subdomain is a sub directory you can add to your site. For
example: http://name.mydomain.com This is very useful if you
run a large site and would like to break it up into sections. |
|
| Q |
What is .htaccess? |
| A |
The .htaccess file is an ordinary text file that you can
create using Notepad or any text editor and ftp it into your
Web root directory. This file will contain the configuration
statements (commands) to customize the Apache Web server
software for your Website.
The .htaccess file can be used to password protect
directories and many other things, but if your not careful
can really harm your website. If you make a mistake with
.htaccess you will need to delete it from your server or
upload a new one. Always keep backups. |
|
| Q |
What is SSI? |
| A |
SSI, or Server-Side Include, is a type of HTML comment that
directs the Web server to dynamically generate data for the
Web page whenever it is requested.
Web pages that use SSIs often end with a .shtml extension,
though this is not a requirement. |
|
| Q |
What is telnet? |
| A |
Telnet is a user command and an underlying TCP/IP protocol
for accessing remote computers. On the Web, HTTP and FTP
protocols allow you to request specific files from remote
computers, but not to actually be logged on as a user of
that computer. With Telnet, you log on as a regular user
with whatever privileges you may have been granted to the
specific application and data on that computer. |
|
| Q |
What are cron jobs? |
| A |
Cron jobs are set in crontabs (or cron tables) on a server. Cron Jobs are used when you need to run a script or execute a command on a certain schedule. For example, your could set a crontab to do a backup every few hours.
|
|
| Q |
What is cPanel? |
| A |
cPanel (control Panel) is a graphical web-based web-hosting control panel that allows easy administration of a website. cPanel gives you the ability to manage all aspects of e-mail, files, backup, FTP, CGI scripts, and web site statistics.
|