Site Maintenance

I want to create a Web Site!  How do I register the name?

  1. Check domain name availability using our (Check Domain Availability) tool.
  2. If your domain is available, you will be prompted to register it right away.
  3. Select a hosting package that will be suitable for hosting your new site.
  4. To enable credit card or e-check transactions on your Website, choose the Site Certificate option "Quick SSL Premium" as well as the option to have a merchant representative contact you.

My website name is already registered, how do I host it with E-Wiz Solutions?

  1. Select the "Web Site Hosting" link on the left and choose the package that best meets your hosting requirements.
  2. Update your existing registrar with the following DNS information:
    Primary DNS = {NS1.EWIZPO.COM, 216.105.107.76}
    Secondary DNS = {NS2.EWIZPO.COM, 216.105.107.77}

How do I upload my website to my new E-Wiz web hosting account ?
Upon signing up with E-Wiz Solutions, Inc., you will receive an e-mail with all your account information regarding how to utilize and manage your account including: E-mail accounts, uploading your site, website statistics, account utilization, etc... You can upload your site using various methods. Some developers FTP their web pages using the same utility in which they created the pages as with "Microsoft Front Page". Others prefer to use a more generic FTP type application such as WS FTP PRO I prefer to use ftp from a DOS command prompt. For instructions on how to upload and manage your site from a DOS prompt  

What is Secure 128-Bit Encryption and why would I ever need it ?
Secure 128-Bit encryption is the most robust encryption technique used by most online businesses. It provides both privacy and security by encoding the data being transferred between consumers and your website. Secure 128-Bit Encryption may also be used to privatize E-Mail as well. Please click for more info.

How do I change file permissions using WS FTP PRO?
Select the file you want to change permissions for using the left mouse click. When the file is highlighted, right click the mouse and choose the option chmod(UNIX).

I am having trouble uploading files using FTP?
If you are behind a firewall, please make sure that you are using passive mode. To do this from DOS, type the work passive. From WS FTP PRO, select Advanced from the tab menu bar while connecting to your FTP account and check the box to allow Passive transfers

Why am I having trouble executing cgi-bin scripts?
First make sure the script is executable by all using "chmod a+x scriptname". Second, make sure that you are uploading files using the correct transfer mode (bin -or- ascii) depending on the file type. Example: [For html pages and cgi scripts, use ascii. For images, use binary.]