Difference between revisions of "Hosting services"
(copy edit for clarity, formatting) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
NCF provides website hosting services for | NCF provides website hosting services for individual NCF members and also for organizations too. Hosting services are available at no charge to all active NCF members. | ||
==Hosting services available to individual NCF members== | ==Hosting services available to individual NCF members== | ||
Line 9: | Line 9: | ||
* email (one account per member), including webmail, POP and IMAP access | * email (one account per member), including webmail, POP and IMAP access | ||
No dynamic page generation | No dynamic page generation is available (eg., no PHP, JSP, MySQL, etc) for member accounts, but these are available for 'organizational' accounts (which can be held by an individual). | ||
== Hosting services available to organization accounts == | == Hosting services available to organization accounts == | ||
Line 28: | Line 16: | ||
* sub-domain hosting (eg., myOrgName.ncf.ca) | * sub-domain hosting (eg., myOrgName.ncf.ca) | ||
* full-domain hosting (eg., myOrgName.ca) (Note that NCF does not offer domain name registration, so it has to be done elsewhere) | * full-domain hosting (eg., myOrgName.ca) (Note that NCF does not offer domain name registration, so it has to be done elsewhere) | ||
* | * PHP, MySQL | ||
* no scripting support, no shell access | * no scripting support, no shell access | ||
Line 38: | Line 26: | ||
The absolute path to your web space is: | The absolute path to your web space is: | ||
/files70/content/hosting/[www.mydomain.ca]/htdocs | |||
== Hosting Custom Domains with NCF == | |||
NCF supports custom domains like yourwebsite.ca but does not register such domains. Use the following steps to get a custom domain working with NCF. | |||
'''Note: This process assumes you already have a working website on an ncf subdomain like yourwebsite.ncf.ca''' | |||
# Before you can begin hosting a domain with NCF you must first register the domain with a registrar. NCF recommends [https://10dollar.ca/en/register.htm www.10dollar.ca], however any registrar will do. | |||
# You should select the '''I do not require hosting''' at this time option and click on '''Continue Without Hosting'''. | |||
# you must register your domain for use with the NCF nameservers: | |||
#* DNS1 Hostname: dns1.ncf.ca | |||
#* DNS2 Hostname: dns2.ncf.ca | |||
# Email [mailto:support@ncf.ca support@ncf.ca] upon completion of the registration and DNS redirect and our system administrators will complete the process for you. | |||
==See also== | |||
*[[Dokuwiki on NCF organizational websites]] | |||
*[[Website Statistics]] | |||
==External links== | |||
*[http://www.kxs.net/support/htaccess_pw.html Generating an encrypted htaccess password] | |||
[[Category: web space]] | [[Category: web space]] |
Latest revision as of 14:09, 16 February 2024
NCF provides website hosting services for individual NCF members and also for organizations too. Hosting services are available at no charge to all active NCF members.
Hosting services available to individual NCF members
Each member has available:
- web space for static (non-dynamic) web pages (see Publishing Web Pages)
- FTP access and Web File Manager (see Publishing Web Pages)
- web traffic stats (produced by the AWStats package)
- nightly back-up
- email (one account per member), including webmail, POP and IMAP access
No dynamic page generation is available (eg., no PHP, JSP, MySQL, etc) for member accounts, but these are available for 'organizational' accounts (which can be held by an individual).
Hosting services available to organization accounts
NCF organizational accounts have available:
- all services available to members (web pages, etc)
- sub-domain hosting (eg., myOrgName.ncf.ca)
- full-domain hosting (eg., myOrgName.ca) (Note that NCF does not offer domain name registration, so it has to be done elsewhere)
- PHP, MySQL
- no scripting support, no shell access
Organizational email accounts are limited at the moment by old mail server technology. Not much is available beyond simple forwarding.
Package installation (such as WordPress) may be possible for organizational accounts by special arrangement.
NCF hopes to expand its hosting services as resources permit.
The absolute path to your web space is:
/files70/content/hosting/[www.mydomain.ca]/htdocs
Hosting Custom Domains with NCF
NCF supports custom domains like yourwebsite.ca but does not register such domains. Use the following steps to get a custom domain working with NCF.
Note: This process assumes you already have a working website on an ncf subdomain like yourwebsite.ncf.ca
- Before you can begin hosting a domain with NCF you must first register the domain with a registrar. NCF recommends www.10dollar.ca, however any registrar will do.
- You should select the I do not require hosting at this time option and click on Continue Without Hosting.
- you must register your domain for use with the NCF nameservers:
- DNS1 Hostname: dns1.ncf.ca
- DNS2 Hostname: dns2.ncf.ca
- Email support@ncf.ca upon completion of the registration and DNS redirect and our system administrators will complete the process for you.