tutorial

Difference between Linux and Windows hosting.

Windows hosting is more expensive, less dependable, less well supported, and less capable than Linux. Unless you are running applications (such as ASP or .Net, or use MSSQL) that absolutely require a Windows server and/or database, stick with Linux.

Note that some Windows services (e.g., ASP) may be available on a Linux server for extra cost (work-alikes such as Chilisoft). If you’re going to pay extra for something like that, you might want to go ahead and go 100% Windows, just so there’s no question about compatibility.

Windows and Linux often use two different web server applications. Windows sites use the Windows IIS server, while nearly all Linux sites use Apache.

Linux sites focus on PHP, Perl and other open-source script languages for server side scripting. Windows-based sites use ,NET and ASP technologies. They might also offer support for PHP.

Linux sites offer MySQL as the database for backend content storage. Windows sites will probably offer SQL Server, though some offer the Windows versions of MySQL as well.

There shouldn’t be any difference between the two if you use strict web standards in your HTML. However, you need to be aware of the fact that, since Dreamweaver is a Windows-only product, it may insert some non-standard things into your HTML. Frontpage also does this.

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Your site is down. What should you do.

  1. First, make sure your account is not suspended or terminated. Check your mailbox if you have received a suspended or termination email from your host.
  2. Check to find out whether the site is down for everyone, or just for you. Visit http://downforeveryoneorjustme.com/, plug in your domain name, and click on “just me.” If it’s just you, you’ve got some kind of DNS or connection problem. Contact your ISP.
  3. If your host has a page that list server status, check it. e.g. http://serverstatus.xxxhost.com . If your server box is listed there as offline, most probably their support has aware of the problem, usually you do not have to report it and it will fix by them.
  4. Try to get into your control panel. If you are using CPanel, you will see a server status link and you will be able to see what’s went wrong.
  5. Ping your domain, and also do a tracert from your PC to your domain. If there’s a faulty node somewhere between your location and your server, there is nothing your host can do about it. You can either wait for the problem to be resolved, or contact your ISP for assistance.
  6. If you gone through all the steps above and can’t resolve it, contact your host for support, either email, telephone or online chat.

    While most hosting company offer 99.9% network uptime but they usually do not offer 99.9% server up-time.   Good luck ~

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Installing Zend Optimizer locally.

I need a higher version of Zend Optimizer than what is installed on the server. How do I locally install Zend Optimizer?
1. Visit http://www.zend.com/downloads to download latest zend optimizer

2. Extract the files in your local computer. You will find a folder called data. Rename the folder to a more specific name such as zendopt (We will use
this name for the rest of this article).

3. Upload the zendopt folder to public_html.

4. Add following lines to php.ini (create the file if it does not exist):

[Zend]
zend_optimizer.optimization_level=15
zend_extension=/home/USERNAME/public_html/zendopt/4_4_x_comp/ZendOptimizer.so
zend_extension_ts=/home/USERNAME/public_html/zendopt/4_4_x_comp/TS/ZendOptimizer.so

Note: replace USERNAME with your cpanel username. Please also replace
4_4_x_comp with whatever php version on your server. Zendopt folder contains several folders such as 4_4_x_comp, 5_1_x_comp, and 5_2_x_comp. Please select the closest to your php server.

6. Confirm the zend optimizer has been upgraded by creating a php file with the following line and browse the file on the internet:

<? echo phpinfo(); ?>

About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee.

Note : Please include author information if you wish to republish this article.

Next »