Home » servers » Recent Articles:

What is the difference between shared and dedicated hosting and which is best?

April 29, 2010 hosting shared 3 Comments


Shared hosting means several sites use the same machine, share the cost, and share available CPU/bandwidth. Some have, monthly upload/download limits per site, one of my favorite sites got shut down at the end of the month- two months running, until they switched servers.

Dedicated hosting mean you have sole use of the machine, pay all the costs, but get all the CPU time and internet bandwidth.

Which is better depends on what you need it for and what you can afford, most sites don’t need dedicated.

Technorati Tags: , , , , , , , , ,

Hosting a microsoft exchange server…?

April 25, 2010 microsoft hosting 1 Comment

Hello,

We have a Microsoft Windows 2000 Server environment with approximately 8 Windows 2000 servers and 80 workstations.

We are not running Active Directory or any domain based policies. Its a simple network really. We currently use Outlook 2003 with POP3 email that is hosted by our ISP.

We want to deploy Microsoft Exchange server so that Outlook 2003 can use more advanced features like calendaring, etc. We need to also have Outlook Web Access.

Do we need to convert to active directory, or can I do this without having to convert right now?

Please advise … thank you!

You must have active directory to use exchange server 2000 or 2003. It is not very difficult to install active directory especially if you don’t plan to use group policies but if you do decide to deploy it I would recommend using a 2003 server as the domain controller as there are many improvements to active directory from 2000.

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Can you recommend me best web hosting provider in London to host servers in collocation?

April 18, 2010 hosting providers 7 Comments

Hi, I am looking for a dedicated rack with internet connectivity (collocation) in order to host few servers in London with enterprise level SLA (in globalswitch facility for example)

Do you have providers that you can recommend ?

BT can provide this kind of service

Technorati Tags: , , , , , , , , , ,

How dO I secure a public web server?

April 17, 2010 rack hosting 3 Comments

I’m going to take the chances again, and open up my servers for web hosting.

Im part of a lot of hacking websites. They hack forums and shi*.
Well, I don’t really know how to secure my website..
They do have a company, Rack Security. Is there anything else like that? It can secure my server again DoS (Denial Of Service) attacks?
Help meee plz..

Thanks

Well, I think you need a firewall. Better buy adsl from good ISP. Like BT in UK. they have firewalls and do not allow hacking. As this will not only take your server down but they will also experiencing problems.

I hope you understand my point.

Saj
sajjad_pak@hotmail.com

Technorati Tags: , , , , , , , , , , , , , , , ,

Remote Hosted Servers – Who are the biggest and best UK providers offering remote hosting solutions?

April 15, 2010 hosting providers 2 Comments

I’m not looking for website hosting – I’m looking for a ‘cloud computing’ solution where we pay a monthly fee for a hosted server which includes remote MS applications and licenses and a remote desktop service which will hold and control profiles/sessions for people to log into. The server/s will be used as a file and print manager too

I hope this makes sense

cloud computing is really good idea to use, it also called as virtual office service. I am using such service from onthenetoffice in US. sorry dont know about UK service provider, but you can contact them and ask more about their service so you can get more information about cloud computing, it helps you to compare with other service provider. visit – http://www.onthenetoffice.com/

Technorati Tags: , , , , , , , , , , , , , ,

Web Hosting and Domain Name Transfer – Need Help – !!!?

Hello,

Here is my problem , I currently have a person website I have built with Frontpage 2003, I own a domain name that I bought and have it paid for until 2010. My webhosting service is through IPOWER , And I hate it ! It always has problems and my website never loads correctly on the ipower servers. I thought that maybe It was my website or computer that was the problem. So I got a bran new computer and got a New version of Frontpage and REMADE MY WEBSITE from scratch. And I noticed today that Im having the same problems with my website so it has to be the web hosting service. So now I want to switch to a new web hosting company. Can I do this and how ? I need to be able to take my domain name with me. What do I need to do to this ? The new comany I want to switch too is Omnis Web host. And one more thing is im mad casue I have pre-paid for 2 years hosting on Ipower and now have to switch for poor service. Do I lose my money then ? or can I ask for a refund ?

you may switch to greathost I think they have something like this http://www.greathost.cyberspeedsolutions.com/

Technorati Tags: , , , , , , , , , , , , , , , , ,

If I want to make an ecommerce website, should I host it on my computer or pay a company to host it for me?

Is BelaHost a good hosting company?

Pay someone, you need to run your business, not maintain servers, and the cost is low enough to host these days, it’s totally worth it. The software you would have to buy, would be more expensive than paying someone to host it for years and years. Sorry don’t know about BelaHost

Technorati Tags: , , , , ,

Website creation and Webhosting Questions?

I know a little bit about website development and have made a few in the past. But some of them I paid a company for the template and then I just maintained the site. But this time someone asked me to make one and it has to be kind of similar to ebay or craigslist so I need some questions answered.

1) Is Adobe Dreamweaver CS4 the best program to use at my skill level for creating websites? Or are there other more simple programs. (I have used FrontPage quite a bit but it is unavailable for a free trial version and I don’t really want to invest 200-400$ at first for this website seeing as this idea might not hit off.)

2)Once I do get my website done, I read that you have to get someone to host it? (My employer has already bought the url off godaddy) How exactly do I send my stuff to a webhost and then make daily or weekly changes to the website when needed? (This website idea is going to be ran from our homes. We don’t work for a big corporation that has its own servers)

3)Do you know of any good tutorials that can help me with a more advanced kind of site like ebay or craigslist?

1) Dreamweaver is probably a good choice to get started.

2) Yes, you will need web hosting. I recommend using a Virtual Private Server (VPS) type of hosting account. I use linode.com which starts at $20/m but there are many out there. With a VPS you get your own full operating system, and it seems to you like a whole server all to yourself, but really it’s run inside a virtualization container so they can run a whole bunch of them on one server. That gives you a lot of advantages, for example, you only have to pay for what you need, and when you need to upgrade, they can just change the settings so you have more CPU access, RAM, etc. without you having to change anything. Also it’s the lowest cost way to go. If you try to get cheaper, like the $5/m webhosts, you’ll find they have poor uptime, and a lot of hidden restrictions.

3) You will pretty much need to be doing more than just making a "web site" but rather, making a whole "web application." I recommend that you use RubyOnRails, because Ruby is easy to learn and makes sites like this a lot easier to build. That would also mean not using Dreamweaver, except maybe for the user interface. Instead you would use a program editor such as RadRails or Netbeans. If you choose Ruby, I recommend the book Agile Web Development with Ruby.

Another alternative is using Perl or Python. You could use PHP, which is easier for the baby steps, but making a large web app in PHP can often be more difficult than using other languages.

Expect to sink a large number of development hours into a site like this.

Also I advise not to worry about the way the site looks until after you have all the features working, otherwise you can work on it "forever" without getting it working.

Technorati Tags: , , , , , , , , , , , , , , , , , ,

Login with a seperate server database?

March 27, 2010 database hosting 1 Comment

I just have two questions. If I use a database host like x10 hosting, cound I make a login on my Freewebs site, relating to my x10 database and server?

What is a better way to do this?
Thanks!

Assuming that both host a MySQL database, you must make sure that your database accepts your IP address. (I know that if they’re using CPanel to configure the sites, you have an option to do that there.)

Then, one you know this works, you need to determine the actual address of your database. It might not be the address of your site; it will probably be the address of one of their servers.

Good luck!

Technorati Tags: , , , , , , , , ,

How can I set up a domain redirect for a WordPress blog?

March 27, 2010 123 hosting 3 Comments

A company has 2 different servers – one PHP and another ASP with several domains hosted on each. WordPress requires PHP to run, so only domains that are on the PHP server can have a blog and those on ASP will not run WP.

Our solution was to use redirects. For example ASP is hosting 123.com and PHP is hosting 456.com. Can we create a directory and a blog under 456.com/blog and direct it to 123.com so that when people go to 123.com/blog, it will pull up a blog hosted on 456.com/blog but keep the URL as 123.com/blog?

This is difficult to explain, but I hope you guys can help. Maybe there are better solutions out there? Thank you!

Use a rewrite rule (http://www.iis.net/expand/URLRewrite ) in the IIS server to redirect to the same page in the PHP site. Then use permlinks to point to 123.com. It’s cludgy, clumsy and there’s no reason for it, but it would work. (The right way to do it is to install PHP on the IIS site, 123.com, and run Wordpress on the server you want it to appear to be on.)

Technorati Tags: , , , , , , , , , , , ,

Search This Site

Recent Comments:

  • Columbus Baylis: Good article on your site, too....
  • Dawne Olivos: Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would y...
  • gixxer guy: Eating, loving, singing and pooping are, in actuality, the four acts of the mirthful opera known as the freshness, and they pass like bubbles of a gri...
  • Steve Jacbobs: Really good post, this will help me a lot to get comments in my blog. Now I know why people do not comment in my blog....
  • Hayabusa brother: Where did you learn about this? Can you give me the reference?...

Switch to our mobile site