Posts Tagged ‘VPS hosting’

.htaccess Tips and Tricks

January 25th, 2011

.htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration.

There are tons of things you can do from the htaccess file inside of your web hosting account.  From redirecting the users to controlling who can get in and who can get out, it is a very useful file to have on your hosting account.  To help out the new web hosting clients and to act as a reminder to the old pros around here, I thought I would go through five of the most popular .htaccess tips I know.

Redirect to a Maintenance Page

This is a great one to use if you need to make some quick web page edits, and you don’t want the public to see you edit your web site, while it is still live.

Options +FollowSymlinks

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_URI} !/offline.html$

RewriteRule .* /offline.html [R=307,L]

This will redirect anybody who checks out any web page on your web site to the “offline.html” file.

Force the Use of “www” in Front of a Domain Name

If you want to keep the www in front of your domain name, no matter how somebody types it in, here is the ‘bit of .htaccess magic you will need:

Options +FollowSymlinks

RewriteEngine on

rewritecond %{http_host} ^mydomain.com [nc]

rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]

Once you have done so, both mydomain.com and www.mydomain.com will both send you to www.mydomain.com

Remove the “www” From in Front of a Domain Name

You can also force your domain to drop the www from the address when typed in, if you would rather have it the other way around. In that situation, you would need to add this to your .htaccess file:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.mydomain.com$ [NC]

RewriteRule ^(.*)$ http://mydomain.com/$1 [R=301,L]

This will make both mydomain.com and www.mydomain.com send you to just mydomain.com.

Manually Create Custom Error Pages

Ever check out some of those customized error pages and wonder how it could be done? Just use these snippets of .htaccess code to tell people where to look for your error pages.

ErrorDocument 400 /errors/400.html

ErrorDocument 401 /errors/401.html

ErrorDocument 403 /errors/403.html

ErrorDocument 404 /errors/404.html

ErrorDocument 500 /errors/500.html

This tells the server to look inside the “errors” folder and that specific page for each of the different error types. That is not all of the error codes, but they are the ones that will be ‘hit by your users 99 percent of the time.

Block Visitor By IP Address

Need to keep somebody from checking out your web site?  This next tip will give you the ability to deny somebody based on what their IP address is:

order allow,deny

deny from 123.45.6.7

deny from 012.34.5.

allow from all

The above blocks access to the site from 123.45.6.7, and from any sub-domain under the IP block 012.34.5. (012.34.5.1, 012.34.5.2, 012.34.5.3, etc).

Before you go off and plant htaccess everywhere, read through this and make sure you don’t do anything redundant, since it is possible to cause an infinite loop of redirects or errors if you place something weird in the htaccess.

Also…some sites do not allow use of htaccess files, since depending on what they are doing, they can slow down a server overloaded with domains if they are all using htaccess files. I can’t stress this enough: You need to make sure you are allowed to use htaccess before you actually use it. Some things that htaccess can do can compromise a server configuration that has been specifically setup by the admin, so don’t get in trouble.

Cloud Hosting: The Good, The Bad, and The Ugly

January 18th, 2011

In recent years, there has been a blurring of distinction between the terms virtualization and cloud computing.  Virtualization is actually not new; it was invented by IBM nearly 40 years ago and allows an IT department to split a single server into several virtual dedicated servers or “virtual machines (VM)”.

This abstraction of hardware and software offer a number of benefits including simplicity, reduced costs, portability and increased agility for a web host or an IT department.

Cloud computing on the other hand extends virtualization through the Internet “As a Service” to deliver remote “on-demand” resources to an IT department at a fraction of traditional hosting costs.

Theoretically, nothing is exempt from end-to-end IT virtualisation including hardware, platforms or software, all of which may be accessed remotely from a hosting provider (via the Internet) as part of a public or private cloud based service

The implications of cloud computing are profound and far-reaching and could be distilled into this simple formula:  Cloud computing = Virtualizations + Internet.

While virtualization has been around for a while, it’s only recently that the managerial and technical capabilities to execute public and private clouds have come together in such a way as to realize the promise of this technology for businesses and enterprise customers over the Internet.

Increasingly, web-hosting platforms in the UK and around the world are introducing new cloud services at a frenetic pace. But, some are struggling more than others to offer adequate support services and keep pace with the evolving demands of their customers based on both private and public virtual dedicated servers.

Further, while forward-thinking companies are waking up to the benefits of the cloud they are still not completely comfortable off shoring their data, applications and storage requirements to a public cloud service provider.

The eternal specter of security looms over any cloud service and is being pushed along by a media hungry to expose the good and bad in this exciting re-born technology.

It’s worthwhile summarizing both the pros and cons of cloud hosting and where you as a decision-maker should be positioning your company.

The Good

Without doubt one of the key benefits to deploying a public cloud is how quick and painless it is. The quick, easy wizard-driven process surprises many skeptics and turns non-believers into converts.

If you add in the elastic ability to scale to meet seasonable demands over Xmas and New Year, then things are looking pretty good.

But it gets even better. Statistics show that some companies may save in costs between 50-70% over traditional colocated and dedicated servers provided they follow a gradual deployment timeline, rather than an overly ambitious one.

Plus, because you can isolate virtual machines (VM) from each other you can minimize exposure to risk between different applications running on different OS platforms.  Many companies are also loving the portability feature of cloud VM’s which allows them to migrate from one server to the next in record time.

The list goes on, including the benefits of standardizing your IT technology platform and reducing complexity. The ability to self-service your future requirements quickly and effortlessly via a metered pay-as-you-go business model appeals to many decision-makers.

Finally, if you find yourself nodding vigorously while watching Al Gore’s “An Inconvenient Truth” then you will rejoice in the fact that a public or private cloud promises to lower your carbon footprint and promote “Green IT” as a real concept within your organization.

The Bad

Of course, the biggest fear associated with implementing a public cloud service or a private virtualized server usually centers on security.  Many enterprise customers are skeptical that web hosts can actually protect their resources in the cloud.

The recent phishing attack on Google by Chinese government-backed hackers and the subsequent Denial of Service (DoS) attack on the infamous WikiLeaks website housed on Amazon cloud servers have temporarily raised doubt in some people’s minds.

Ironically, these two incidents will actually serve to accelerate increased security in the cloud and eliminate future concerns. The best minds in the business are currently engaged in this venture. Further, customers may also consider opting for a private cloud over a public virtualized server if they wish to absolutely control the level of compliance and security; they do not need to wait for a web host to catch up with their expectations.  Expect to see private clouds grow in popularity over the next few years.

The Ugly

Yes, it can get ugly. While virtual dedicated servers are generally safe, easy to administer and cost affective, they can be implemented badly, even terribly.  The old expression “garbage in, garbage out” applies just as strongly to implementation as it does to CRM data entry.  When companies rush into a cloud deployment they risk inconsistent results, security implications and costly delays in bringing a product to market.  Instead, it’s recommended that a company start small and gradually add new cloud features “on-demand” as required. This approach, for example, may take advantage of a Xen cloud server to safely test new products in a sandbox environment before making products live to a customer.

The way forward

All the points highlighted above must be tempered by the fact that your ultimate success will depend on the knowledge, experience and customer support features of the web host you select to drive your new cloud implementations.

A number of web hosts in the UK are suffering from growing pains — growing too quickly, too fast, which increases risk for a company seeking long-term stability in the cloud.

Further, make sure your web host demonstrates the ability to offer flexible, customized SLAs to help tailor your requirements in a scalable, cost-effective and safe manner.

If you follow these rules things will be mostly good, hardly ever bad and certainly never ugly.

For more visit: www.version-next.com


Most important factors.

December 28th, 2010

It is easy to overlook some of the most important factors when selecting a web host while paying too much attention on great features which you may not need at the start.

For example, most people judge a web host by the amount of disk space they offer. The thinking is generally, the more the better.

There are many other factors to take into consideration:

Tech Support- I don’t know about you, but I like the feeling of knowing that support is available when I need it. Test different companies before you sign up by sending them an email with a question or two. If they respond quickly, this is a good sign.

Uptime – The more uptime they guarantee the better. 99% uptime is the minimum acceptable standard. I look for 97%-99% guaranteed uptime.

Disk Space – Decide how much disk space you will require. A web page with one logo does not take up much web space at all. Calculate how big your web site is in relation to the disk space allotted.

Bandwidth – This factor is usually overlooked until the bandwidth limit is reached. If you go over your allotted bandwidth, you will get a hefty bill. If you are running a site with lots of downloads, or a site with lots of images such at a photo post site, your bandwidth will be a lot higher than a site with mainly text.

CGI Bin – This is now standard with good hosting companies. If you do not have access to your own CGI Bin, you cannot install scripts and programs.

Perl – If you do not have Perl, you cannot run Perl Programs. Many good scripts that you buy or get for free are written in Perl. In my opinion, it would be a limitation not to have the latest version of Perl installed.

SSL – If you intend to accept credit cards orders directly from your website, you will need Secure Socket Layer included in your plan. This is one of those easily overlooked features. You might sign up for a plan that looks attractive for whatever reason, then down the track, you might discover that you need this feature. If it is not included in your plan, you might be gob-smacked if the extra monthly charge is $10.00. To use this feature you need a merchant account. There is no need to make this a priority if you have no merchant account because you can use a third party credit card processor.

SSI – Server Side Includes are great if you want to spend minimal time updating your site. Here’s how it works. This page contains SSI’s. The left and right nav menus and the little search engine in the left nav menu are “included” with an SSI command in the master page template. If I need to update one of the nav links, there is no need to edit all the pages that contain the menus. I just edit the one page which contains the menu HTML and upload it to my site. It’s awesome.

MySQL – What scripts are you going to run? Some programs require a MySQL database to run. I had this problem with a particular webhost. They wanted to charge me $10.00 per month for a MySQL database. WOW. I just took out a new plan with another hosting company for under 10 bucks a month and 5 MySQL Databases are included in the price. Say no more.

PHP – Many new scripts and programs require PHP support. Again, this feature can be a $10 extra but most good hosts offer it standard. Imagine if you do not have PHP support but the latest new FREE top list, blogging script or shopping cart requires PHP. Again, this feature is almost standard these days.

Domain Name – What’s the point in buying web space if you cannot point your own domain name to the site? Some companies will help you register a domain name but you should compare prices and learn how to register your domain yourself. This way you are in control of your domain name if you ever change hosts.

FTP Access – Unlimited and unrestricted FTP access to your site is essential. You will need an FTP program to transfer files.

Control Panel – Not all control panels are the same. Some are easier to use than others. Some control panels the learning curve is steep while others are easy. If you select a plan where you cannot preview your control panel before you buy, you can always use the 30 day money back guarantee to get out if you are not happy. If they are not offering a working demo of the control panel, maybe they are not proud of it. In my experience, I have always been disappointed with the quality of the control panel when a demo was not available.

Statistics Program – A good stats program is handy if you want to keep an eye on how many visitors you are getting, where they are coming from, referrers, top entry and exit pages and so on. Some companies offer excellent stats programs as standard while others offer basic stats but you have to pay extra for advanced statistics. If you find a good hosting deal but the stats program is a bit basic, why not email the company and ask if they can install AWStats before you sign up. AWStats is an excellent FREE advanced statistics program.

Web Hosting Services to Publish a Blog or Website.

December 13th, 2010

In order to publish a blog or website online and make it accessible to computers connected to the Internet you need a Web host. A Web Host is also sometimes referred to as a Web Server and it is just like another computer somewhere else in the online world that provides a convenient and safe space to store your blog and website pages and files so that people can access to them 24/7/365 via the World Wide Web.

You can also link your domain name to your web host so as to allow online users to access your website pages and files via your domain name. When you first link your domain name to your web host it is assigned with a unique IP that points to your data stored on the server. And whenever people who wanted to access your web-pages and files from any place on the internet enters your domain name into their browser’s address bar, what happens is the IP-address associated with it is located and website is loaded from your web host.

Instead of using a web server as a central place on the internet to get access to your website pages and files you can also host yourself using your own personal server at the comfort of your home but it is not a preferred choice for many because of the fact that it is very complicated to setup, maintain and also to ensure that your server is running 24×7. So, it is much more affordable, reliable, simpler and hassle free to use a web hosting service instead of doing it yourself.

There are different types of hosting depending on the services provided by the web hosting companies.

Here are some of the most common ones: Free Web Hosting,Shared Web Hosting,Reseller Web Hosting,Dedicated Hosting,Virtual Dedicated Server (VDS) Hosting,Colocation Web Hosting,Cloud Hosting,Clustered Hosting,Grid Hosting etc.

What is the difference between a VPS server and a Dedicated Server?

April 21st, 2010
Difference Between VPS Server and Dedicated Server

In the worldwide web, there are actually different types of hosting services which you can choose from. As a matter of fact, the two popular types of hosting services are the dedicated servers and VPS. Furthermore, the world of internet is already facing an issue which has something to do with dedicated servers vs. vps.

In order to see the difference between dedicated servers vs. vps, you have to know if what those servers are for. Dedicated servers are intended for clients who have huge websites which also have high traffics. This server is preferable because of its bandwidth as well as performance. In point of fact, most web hosting companies which offer dedicated server are more established and large, compared to any other hosting companies.

Dedicated Server

More Reliable
Whole Hardware is dedicated to You
No Expansion need for the long term
70-100 domains

VPS

Not as Reliable (As domains increase Reliability may take a fall)
Still sharing with up to 10 Customers. This service is good for hosting a more limited number of domains.
To Expand becomes very expensive
More scalable than a dedicated server
20-30 domains

* VPSes run based on shared hardware resources (Vs. shared web hosting where you also share software resources with everyone, meaning, software crashes caused by other clients will affect you). With a dedicated server all of the hardware resources are dedicated to you.

* Your expansion costs are also much lower on dedicated servers.

* If you decide to do web hosting, our Corporate VPS package can host up to an average of 30+ domains (Depending on the load of websites), without any shortage, whereas on a minimum package of dedicated server you can host up to an average of 100+ domains.

* The cost of Plesk licenses is much cheaper on VPS packages.

The difference between vps and dedicated is that with dedicated you are the only person with files on the server. VPS is a virtualization environment where everyone gets root access inside a virtual machine, but there are multiple people with these VMs on one given physical server. If you are comfortable managing your sites in a VPS as root, then it won’t be any more difficult to manage them on a dedicated server.

Virtual Private Server (VPS, also known as VDS or Virtual Dedicated Server) hosting is an ideal solution for users who need more power and flexibility than a shared hosting account can offer, but need a low cost alternative to a Dedicated Server.

VPS hosting solutions are virtual servers functioning within a single physical server. Thus multiple Virtual Environments (VE’s) are operating on one the server at any one time. This does bring about greater user customisation and performance of service delivery when compared to shared hosting, however dedicated servers still boast the fact that all resources of the server are available for the user to fully customise and employ however they should wish.

Linux VPS Hosting

April 7th, 2010

Outshine Solutions have specialized in creating linux as well as windows VPS hosting solutions with the latest technologies & VPS management softwares such as virtuozzo power panel which is an imminent feature of all our Virtual Server Hosting plans.

Features of a Hosting a virtual private server includes independent disk space, system resources, bandwidth and memory allotments, making it as good as a fully managed server. Not only this, our VPS servers also creates room for very high level of customization guarantees “enhanced security” and “Quality performance” along with functional isolation

We have our Servers located in Hurricane Electric datacenter, Chicago to provide the best hosting services and avoid any kind of inconvenience and interruption in connectivity. Backed by highly experienced & qualified professional administrators working 24×7×365, Outshine Solutions provides unmatched quality of support.

Our VPS Servers support Linux – centOS, Linux – FedoraCore, DebianOS and Ubuntu. Each cPanel – Control Panel Option is integrated with Fantastico Deluxe which allows you to install wordpress blogs, phpBB forums, OScommerce and Zencart E-commerce Softwares with a few simple clicks.

Game Server Web Hosting : Dedicated Server Hosting Is Highly Recommended

July 25th, 2009

Online gaming industry is one of the highest earning businesses in the world of Internet today. The choices of online gamers have drastically changed. Online gamers no longer like to play simple games. Todays trend is of high definition and more realistic kind of games.

Due to the ever increasing users of online gaming, many users have switched to dedicated server hosting to provide their customers with better services. In the initial stages users opted for shared web hosting packages to start the online gaming service. But as the number of gamers increased, the web hosting packages had to be upgraded. Today the big online gaming web-sites are hosted on dedicated servers.

Today those who wish to start an online gaming website either select a VPS hosting package or Dedicated server options. Now-a-days Gaming websites isn’t a normal business website. Though not every gaming website needs a dedicated server. It depends on the type of game that is hosted on a server, the number of visitors to the website etc.

Having an account for dedicated server with a web hosting company means, you are not required to share the server with any other user. Dedicated server hosting has more advantages than shared web hosting solutions. A dedicated server is necessary for the web-sites that has more traffic daily to the website. Usually most of the online gaming websites charge customers with certain amount of money every month for allowing them to play the games. Traffic on the Internet is dynamic, hence if a website is slow or takes long time to respond, then visitors might turn their back to such websites and search for a better option. Falling into such situations means losing out a lot of potential business. Here having a dedicated server hosting package becomes vital.

The fact that dedicated game servers are costly but if thinking of a long term objective then hosting the game on a dedicated server from the beginning itself can repay well in future, because as the web-site grows older on the web, means more traffic and more traffic means more business.

Usually a well reputed web hosting company provides assistance for all the queries regarding dedicated game server options. They would help your business grow. Hence, selecting the correct web hosting company is crucial. Selection of the appropriate operating system, data backups, bandwidth, package, hardware and space is the next thing after choosing a reliable web hosting company.

Control Panels For Windows Web Hosting

July 25th, 2009

Windows Web Hosting is one of the most preferred web hosting options present in the Web Hosting Industry. The Windows web hosting services offers access to control panels in order to manage the web hosting account. With a control panel managing the account becomes simple, there is no need to contact the administrator everytime for resolving simple tasks such as creating a new mail account under a domain, deleting an account etc. There has been an increase in the number of users opting for control panel access for a web hosting account.

Windows web hosting control panel’s are few as Windows isn’t an open source operating system, hence lot of knowledge of programming in order to be able to produce an application that is able to fully function with a Windows server. Windows web hosting services are becoming more and more popular in terms of control panels too due to the growing demand for Windows web hosting services and customers.

There are various control panels offered by web hosting companies. Three control panels that are mainly offered by web hosting firm’s are Plesk, DotNetPanel and Hosting Controller.

Out of these three Plesk is more widely used and it has been in the market since a long time. Plesk is considered to be the most reliable and stable control panel. Hosting controller is classed by many web hosting providers as unreliable but DotNetPanel has yet to gain exposure. These three control panels satisfy the core purpose of managing the Windows web hosting accounts hosted on the Windows servers.

Below are few Advantages offered by the three control panels:

A] DotNetPanel : DotNetPanel doesn’t only emphasize on standard shared Windows Web Hosting services but on advanced Microsoft service hosting too to support web hosting service providers increase the range of Windows based web hosting products. Cheap Hyper V based VPS hosting solutions as well as Microsoft Server 2007 e-mail hosting solutions can be provided by web hosts with this control panel. Web hosting services can be offered with a cheap cost by using DotNetPanel hence offering cheaper web hosting solution.

B] Hosting Controller : Hosting controller is the biggest rival of Plesk provisioning characteristics. But, yet Hosting Controller has many other features to offer web hosting providers like built-in back-up and restore feature to ensure that if any data gets lost due to a software or hardware failure then there will be back-ups which can be relied on. control panel due to its focus on offering shared Windows web hosting services. Hosting Controller does not include any advanced management and

C] Plesk : Plesk has the ability to offer the web hosting service provider as server administrators as well as the customers as easy way to use interface which one can use to configure the different settings related to both Plesk and one’s server as well as to create web hosting accounts for the customers front end. Plesk proves to be useful for those who are hosted on the server and wish to manage the account successfully and effectively. Plesk is more

user friendly compared to others hence a newbie too can easily use Plesk.

Similar to Plesk, cPanel has proved to be the most popular control panel for Linux web hosting.

PHP Freelancer