How soon will my account be set up and ready for use? If you associate an existing domain name to your web hosting account, you will be able to setup your web site immediately after your transaction has been processed. If you setup a new domain name and associate your web hosting account to that domain, it may take up to 48 hours before you can add your web site.
Will I have unlimited access to update my web site? Yes, you will be able to update your web site 24 hours a day, 7 days a week.
I already have a domain. Can I use it with your hosting? What are the steps? Yes, you can use an existing domain name with your web hosting account. Click here for information on associating your domain name to your account.
Do you offer a control panel? Yes, we have a Web Hosting Control Panel for you manage your hosting account.
Do you place banner advertisements on my web site? No, we do not place banner advertisements on hosted sites.
What are your content policies? Click here to view our hosting agreement.
Is there a minimum time contract/commitment? No, you may cancel your account at any time. However keep in mind that you prepay every month. Please review the hosting agreement for details.
|
Do you provide technical support?
We will provide assistance with questions regarding hosting account options. However, we cannot provide help with coding your web site.
How do I configure my Email program?
Once you have associated a domain name and created an email account using that domain, you need to configure the Host Records if the domain is not with us. Click here for information on configuring your email program.
How do I upload my site?
You can upload your site using FTP or FrontPage.
Do you support Microsoft FrontPage extensions?
Yes. Click here for more information on uploading your web sites with MS FrontPage, or login to the Hosting Control Panel with the particular hosting account for more precise information, including server information. It should be noted that some functionality may not be available. For example, Frontpage's email form may not function properly, as well as restrictions placed on database modifications. All of these functions can be done through simple ASP scripts, however, and samples are provided.
Do you support ASP (active server pages)?
Yes, we support ASP and ASP.NET 1.1 as well as 2.0*. However there are some restrictions on some server objects, and we don't give customer support regarding code.
Do you support Cold Fusion?
No.
Do you support databases?
Yes, you can use MS Access, SQL Server, FoxPro, or MySQL. Go to the account management page to change your database preferences.
Do you support Java applets, Shockwave and Flash?
Yes, but make sure that you have bandwidth for these.
Do you support PHP?
Yes, currently we have version 4.4.0 compiled. Please see our features page for installed and supported modules.
Do you support SSL?
Yes, we support SSL when you buy one of our certificates and add it to one of our hosting 2.0 accounts. To have your account upgraded to hosting 2.0 please send us a request.
Do you support streaming audio/video?
Not at this time.
Do you support XML (Extensible Markup Language)?
Yes.
Do you allow MP3 sites?
Yes, but make sure that you have bandwidth for these and you are complying with copyright laws and the hosting agreement's rules and regulations.
Can I use custom CGI (Common Gateway Interface) scripts?
Yes, we have ActivePerl and support cgi scripts (pl, pm, cgi)
What is the directory (folder) named _private and others beginning with an underscore?
These are needed for FrontPage extensions. Renaming or deleting any of the files starting with an underscore can result in frontpage not working properly or at all.
Are Parent Paths enabled for my web site?
No, use virtual includes instead <!--#include virtual="/user/somefolder/somefile.asp" -->
Do you support Server Side Includes (SSI)?
Yes, our hosting solution has some support for SSI. Here are some things you should know about the use of SSI with our hosting:
-
Any pages using SSI should end in .asp, the .shtml extension is not supported.
-
Always use the full path to the file, including your account name. Parent paths are not supported.
Example: Wrong way - "directory/file.htm" "../directory/file.htm" Right way - "/directory/file.htm"
-
When inserting a file, always use the virtual= tag instead of the file= method.
Example: Wrong way - <!--#include file="/subdir/file.htm"--> Right way - <!--#include virtual="/subdir/file.htm"-->
-
Do not leave any spaces between the equal ("=") sign and the file it specifies. Doing so will cause an error message to be displayed.
-
Any included file is subject to the usual access authorization controls. Make sure that the file being referenced is not protected and inaccessible to the user.
-
Currently the only command/directive supported is the including of other files via the #include method. Other commands such as exec or echo are not supported.
* Requires new account
|