Nameway® United Kingdom - Complete  Domain Registration, Hosting, Promotion, E-commerce, and Reseller Solutions.
 
Domain Names Domain names from just $12.95, including free domain management tools, DNS services and much more.
Domain names from just $12.95, including free domain management tools, DNS services and much more.
Web Hosting Fast, solid, and cost effective. Hosting with all the advantages of a dedicated server.
Fast, solid, and cost effective. Hosting with all the advantages of a dedicated server.
Promotion & DesignComplete and cost effective solutions, from professional templates to search engine submission.
Complete and cost effective solutions, from professional templates to search engine submission.
Resellers Whether you're just starting out or already a fully established hosting company, see why resellers turn to us.
Whether you're just starting out or already a fully established hosting company, see why resellers turn to us.
Nameway®Contact information, support, terms of service, registration agreements, disclaimer & site map.
Contact information, support, terms of service, registration agreements, disclaimer & site map.


























































































































































































































































General Hosting Information - Page 2

Do you have a database system? Do you have a database system?
Do you offer Server Side Includes (SSI)? Do you offer Server Side Includes (SSI)?
What do I need to use SSI on my site? What do I need to use SSI on my site?
What other options can I use SSI for? What other options can I use SSI for?
What is Virtual Hosting? What is Virtual Hosting?
Do you have Front-Page extensions? Do you have Front-Page extensions?
What domain names do you support? What domain names do you support?
Can we add services as we grow and need them? Can we add services as we grow and need them?
What is SSH? What is SSH?
What software do you run? What software do you run?
How do I obtain my website statistics? How do I obtain my website statistics?
Can I modify MIME types? Can I modify MIME types?
Can I have cron jobs? Can I have cron jobs?
Do you provide shell/telnet support? Do you provide shell/telnet support?
Where are my raw log files? Where are my raw log files?
How do I protect my directories with a password/and do you support .htaccess? How do I protect my directories with a password/and do you support .htaccess?
Why can't I create sub-domains? Why can't I create sub-domains?
How do I upgrade my account? How do I upgrade my account?


 
 
Do you have a database system?

We use MySQL. We have found that our members prefer MySQL because it is a relatively easy-to-use database program. Visit www.mysql.com for more information.
 [Top]
Do you offer Server Side Includes (SSI)?

SSI is on all of our servers. You just need to be sure that you call your files with the .shtml extension.

Server Side Includes (SSI) is a feature of CGI (embedded in your server) that enables you to dynamically insert a piece of information (including the current date, text file, and HTML file) onto any Web page. The browser, either Netscape Communicator or Microsoft Internet Explorer, displays the inserted code as if it was hard coded onto that page. For example, if you are interested in displaying the current date and time on your Web page, add one simple SSI code onto the page:

<!--#echo var="DATE_LOCAL" -->

SSI empowers your Web pages to be more responsive and make maintaining your site an easier task. So, instead of manually editing your Web page and change the date to the current one each and every day.
 [Top]
What do I need to use SSI on my site?

Every account supports Server Side Includes automatically.

IMPORTANT: in order for SSIs to work, your file must be named with the ".shtml" extension.
 [Top]
What other options can I use SSI for?

Here are some other useful options you can do with SSI:

Display the current date and time in many different formats;
Display the last modified date of a Web page;
Insert/Include a document inside another; and
Execute a CGI script or a command directly from the Web page.
Display the current date and time:

To display the current date and time, add the following SSI code to your Web page:
<!--#echo var="DATE_LOCAL" -->

The result is the following:

Sunday, 25-Jan-2005 19:54:08 CST
Display the last modified date of a Web page:
To display the last modified date of a Web page, add the following SSI code to it:
<!--#flastmod file="ssi.htm" -->

The result is the following:
Friday, 24-Aug-2000 11:48:40 EDT
Include a document inside another:
This must be one of the most useful features of SSI- the ability to include one document inside another. For your information, SSI supports relative/absolute paths.
The SSI code for this is:

<!--#include file="your-file.htm"--> (relative path)
<!--#include file="/pages/your-file.htm"--> (absolute path)
<!--#include file="../your-file.htm"--> (relative path)


Put that code inside your Web page, and your-file.htm shows up in the specific place where the SSI code inserted. The file doesn't have to be a ".htm" file. It could also be a ".txt" file (ie: your-file.txt, your-file.inc, your-file.text).
 
So how is this useful? Let's say you have a piece of information that is repeated on many pages of your site (a navigational bar, for example). By saving that piece of information as an individual html or text file, and using SSI code, updating that piece of information becomes merely changing that ONE file. Moreover, the changes is instantly reflected on all pages containing the SSI include command. 
So, instead of manually editing all the pages, updating your-file.htm will save you a tremendous amount of labor time.

Execute a CGI script or command directly from the Web page:

SSI allows you to execute a CGI script or command directly from the Web page. This is where SSI becomes not only handy, in many cases. It's not a feature you would use by itself, but in conjunction with a CGI script you have installed. CGI scripts require that it be called from the Web page, which SSI can do. The SSI code to call a CGI script from the Web page is:

<!--#exec cgi="/cgi-bin/your-script.cgi"-->

Here is an example of a cgi script called using the above SSI code:
Hello, World!

 [Top]
What is Virtual Hosting?

Virtual Hosting is where multiple web sites (www.domain.com) are served off the same physical server. This saves each customer from purchasing their own expensive server, performing the setup and providing the appropriate environment. This is the most common method of hosting sites of small to medium size with light to moderate traffic. 
 [Top]
Do you have Front-Page extensions?

Yes, you can activate Frontpage Extensions via your hosting control panel.
 [Top]
What domain names do you support?

We support all domains, including foreign domains.
 [Top]
Can we add services as we grow and need them?

Yes, all options can be added or removed at any time.
 [Top]
What is SSH?

SSH is similar to telnet, but it's more secure. It uses high level encryption and compression to make sure nobody can takeover or eavesdrop on your telnet session.
 [Top]
What software do you run?

We run the latest version of RedHat Linux, Apache, PHP4, and mySQL. We also have a large collection of perl modules already installed for your use.
 [Top]
How do I obtain my website statistics?

Log into your control panel (www.yourdomain.com/cpanel). We offer 4 great statistics packages to give you a detailed view of your visitors.
 [Top]
Can I modify MIME types?

Yes. You can do this all through our powerful control panel system. Login to (www.yourdomain.com/cpanel).
 [Top]
Can I have cron jobs?

Simply open a support ticket and send our support team the command line parameters you want to run and we will set it up for you. Remember to include appropriate time intervals. E.g. "Run this every 5 minutes" or "Tuesday at 7am".

Your Root directory path:
/home/username/public_html/

To run a Perl script you normally use:
/usr/bin/perl /home/username/public_html/test.pl

To run a PHP script you normally use:
/usr/bin/php /home/username/public_html/emp.php

 [Top]
Do you provide shell/telnet support?

Yes we provide Telnet(SSH) Access on all web hosting accounts. However, you must open a support ticket to enable it. Remember to include the reason for requiring SSH access.
 [Top]
Where are my raw log files?

They are located within your control panel. Login and click "Statistics -> Download Raw Access Logs"
 [Top]
How do I protect my directories with a password/and do you support .htaccess?

Yes. Login to your control panel (www.your-domain.com/cpanel) and then click "Manage -> Password Protect Folders".
 [Top]
Why can't I create sub-domains?

If you receive an error when creating sub-domains, open a ticket and request for sub-domains to be enabled.

NOTE: If your domain is not pointing to our nameserver and is still in the progress of been transferred, you CANNOT create sub-domains. You will have to wait until your domain has fully propagated before you can create sub-domains.

 [Top]
How do I upgrade my account?

Almost any upgrade to your account can be made instantly by our support team. Simply send us an email with your account details and what kind of upgrade you would like. You will then be sent a hyperlink where you can upgrade your account.
 [Top]
[Page 1] [Page 2] [Page 3]
 

© 1998-2008 Nameway® International:
| Hosting: United States | Hosting: United Kingdom | Hosting: Australia | Hosting: Netherlands | Hosting: Belgium | Hosting: South Africa |