Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







To Find Web Host For Personal Web Site


This is my first attempt at using a web hosting company. I currently use a free service from my ISP that gives me 25 MB of space for a personal web site. After only a few weeks, I have exceeded that limit and now find myself needing much more.

My personal website will contain information of a bowling league that my friends and I belong to. I plan to have many pages of data from an Excel spreadsheet included, either in a database format, or just plain html. I also plan to have several family photos and some video on my web site. I will be adding pages on a weekly basis.

I did some research and I felt I needed something like 25G of storage for all my pages containing tables and photos. Since I am not using it for business purposes, I am looking for something very basic, if that is possible.

If anyone knows a decent host that can accomodate my needs, which is simple, but requiring a lot of space, please share your recommendations. My budget is between $5 to $10 per month.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Can I Use My Personal Computer To Host A Website On Worldwide-web
i want a change and thinking about if i can host websites on my own personal computer.

View Replies!   View Related
Picking A Web Host For First Site
I have plans os doing a NSFW site very soon and am trying to gather as much information about all aspects of what it takes before getting this project off the ground. I know a fair bit of what it will take and I have a web designer set up, ect but I need help picking a web host. I really dont know much about what I am looking for and what I expect the site to do (traffic wise) because it will be my first site. It is going to have videos hosted from other sites but maybe eventually in the future I may host some myself. For the time being, I need to know what do I need in a good host to handle a page that basically just has videos on it. I'm leaning towards Lunar Pages as I have some friends that use them and are satisfied but dont know what I would really need as far as basic hosting, VPS, dedicated servers ect. This part is very new to me! Can anyone give me some advice as to what I should be looking for and and recommendations? I plan on hosting from a hosting company and getting a domain from a domain registrar to keep the seperate.

View Replies!   View Related
10 Different Locations To Host A Web Site
www.dplwebmarketing.com

This hosting guys are telling that they offer 10 locations to host web sites. What i can understand is we may be able to select a Country to host.

Is it good to select a nearby country server to host our web site?

View Replies!   View Related
Site Is Down After Changing Web Host
I changed web hosting company yesterday. I uploaded all the files to the new server. I checked to see if it works by looking at ip/~username All looked good so I changed the DNS to new hosting company's

Today the website is not found. DNS information is correct and I can still see my site by going to [url]

I have not cancelled my old web hosting and all the files are still there. I have no idea what is happening and I cannot get hold of my new web hosting company.

View Replies!   View Related
Cheapest Web Host For Very Small Site
I just want to make a little information site with about 5 pages, nothing fancy, there will just be a very small amount of traffic. What is the cheapest reliable web hosting company or package out there? I am in the U.S. if that matters.

View Replies!   View Related
Can't Access My Web Site, Host Says It's My ISP
Can't access my web site, my web host says it's my ISP.

My WebHost said "It seems that your ISP cannot resolve the domain".

Can an ISP have any control over the accessibility of individual domains?

That's sounds a little strange to me.

My ISP support is currently closed, but I suspect they'll tell me to contact my web host.

I was able to access it earlier today.

What do you think? Is the ISP theory possible?

View Replies!   View Related
Web Space As Personal Backup
Does any reliable hosting company that offers hundreds of gigs space allow "personal backups", ie. non-web content? I've been looking at ToS of some big names but most if not all don't allow this.

It would be only 1-2 gigs, so I might get away with it anyway on most hosts, but would like to avoid problems in the future. Dreamhost offers both SVN and rsync, which I'd like a lot, but they clearly forbid such use.

And, I do have an external hard drive and very important files are also on DVD and memory stick, but since I need to purchase webhosting I'm looking at this extra option too.

View Replies!   View Related
Features Of A Web Hosting Review Web Site
Both from a customers point of view and a hosts perspective. What features would you like to see a web hosting review web site have?

I know most would like:

* No affiliate/paid advertiser links for so called 'top hosts'

* Advertisers to be clearly displayed as advertisers/affiliates

* Rating system to be rated on actual reviews, pricing, uptime, features

* Ability for host to respond to review made by customer

View Replies!   View Related
Setting Up A Mirror/Mirroring Site With A 2nd Web Host
I currently have a mirror site set-up on a seperate server (with a seperate web hosting company) for risk management purposes.

For zero downtime dependability, a load balancer cluster checking both servers in real time, and directing traffic at only servers that were online has been suggested.

However this option is rather expensive. Does anyone know of any other options?

View Replies!   View Related
Find Out Which Host A Particular Site Is Using?
So is there a way to find out which host a particular site is using? For example, which company is hosting this site?

View Replies!   View Related
Where Can I Find Free PhP Web Hosting
Where can I find free web hosting that supports Php?

Basically so I can have my viewers post me form messages on my website to my email?

Also which is better to use Php or .asp & whats there differences?

View Replies!   View Related
Another Copied Web Site
I would just like to publicly Thank the person that just notified me of my site being ripped, the site is [url]and my site is www.ezywebhosting.com .

I would have sent this person an email or something but they did not leave me any details..

To the owner of 123-studios I would suggest that you remove the site ASAP, I have already notified yourself and the authorities..

View Replies!   View Related
Web Site Hijacked
I found out that there were some hidden iframe tags injected on my website. So I grepped and cleaned all html files. Am I supposed to change my ssh/sftp password as well? Is there anything else I'm supposed to do?

View Replies!   View Related
What I Must Do For Web Site Security
what i must do for web site security

im using CMS scripts some of my works what i must for more security?

View Replies!   View Related
Web Site Basics
I am about to put a program that I have put some serious time and money into, out into the open source world. It is a web based app, written largely in PHP and HTML, with a MySQL database. But I have some questions, so here goes:

1. what should file permissions be for my files? (all files live under the Apache document root dir, i.e. /srv/www/htdocs).

2. what should owner and group be for these files? I have seen root, and I have seen nobody.

3. Two subdirectories need to be writable as well as readable. (for example, let's say the program resides in /srv/www/htodcs/myprog. I have two directories under myprog that need to be writable and readable).

4. And lastly, when my script goes to write in those dirs, I am getting an error, and it is because i am referencing $_SERVER['DOCUMENT_ROOT'], when in fact, I should be referencing the subdirectory under THAT that the user has installed in. Obviously, I haveno control what sub dir they might put it under. Which raises the whole nasty issue of configuration files that might store all this good info, I have read never to put them in the document root dir, but if i don't, where do i put them, and permissions again? I need a decent example of a config file being wirtten thru a web browser!

View Replies!   View Related
How To Secure A Web Site
The searching I've done has uncovered numerous articles about securing a Web server...but I don't have control at that level. What I'm looking for is advice and tips on how to best secure an individual Web site to ward off hackers and the like.

More specifically, how to best do it using the tools available in cPanel, like Web Protect, HotLink protection, Leech Protect, Index Manager, etc., plus other things I should do if cPanel's tools aren't sufficient.

View Replies!   View Related
Load Balancing For A Web Site
I have a growing website that needs to move from its current single-server setup to using a cluster of servers to deliver its dynamic pages.

My current host does not support load balancing among its servers, so I'm left to configure that on my own. Round-rovin DNS doesn't work for me as I'll need certain http requests to always go to the central server (the one with the master database).

My distro is Redhat 9, and I only access the server remotely through SSH. I'm using Apache 2 (and PHP and Mysql).

Any ideas on the simplest way to do this?

I've read a bit about LVS (http://www.linuxvirtualserver.org/) but it seems to require a kernel recompile, which is way beyond the things I would dare to try...

View Replies!   View Related
Recommendation On Web Site Movers?
I'm looking to move ~150 accounts from one server to a knew server. Any recommedations on any web hosting account movers?

View Replies!   View Related
Web Site On The Fqdn Url
Is there any pro`s / cons about setting up a site (1 page/ image)on the url of the server fqdn.

What`s best practise, does it even matter?

ie.

[url]
[url]

I dont particularly require a site on the url and www.mydomain.com 404`s at present.

View Replies!   View Related
Web Site Creation Process
I'd like a brief explanation of the process of creating a web site.

Once I sign up, how do I actually construct/configure the web site. Are there templates that I change the colours, background and text of? I don't want to actually construct my own web pages. I just want to "brand/personalize" some template and then let it operate. (And if I'm using some ambiguous terms, please correct me.)

Also, I wanted to know if hosting companies allow one to experiment with an "offline" web site; one that I can set up and play with (via a password or such) using their templates until I have a better idea of what I want or what I can do in terms of presentation (perhaps a month?). Once that's done, I wanted the ability to cancel the whole idea or put what I have on line.

To provide some other info:

I am looking for a shared account, and I understand that bandwidth and disk space are the key requirements, but thanks for the reminder. I have heard about some tools, but for the time being let's just talk about process.

View Replies!   View Related
Saving File Changes On A Web Site
Is there a way to use a Web browser to open a file at [url], make changes to the file and save it back on the Web site? I am trying to do this but have only been able to save the file locally. The file only opens in [Read Only] (Compatibility Mode).

View Replies!   View Related
Putting A Web Site Online
Now that I have learnt what I guess is enough to build a web site (including HTML, CSS, JavaScript, PHP, and Photoshop), I need to know what are the steps to put a web site online. I need to know everything:

1- Purchasing a domain and what are the different possibilities.

2- All about Web Servers (Buying - Renting - different operating systems and platforms)

3- Mail Servers and other services.

4- Security issues that I need to worry about.

5- Any other things I need to consider.

View Replies!   View Related
Web Site Monitoring Tool
software that monitoring an web site such as: I add an url and every 5 minutes he access the site if http server is down he send email notifications.

View Replies!   View Related
Tool To Protect My Web Site, Help Please
I am having a lot of trouble with spammers and hackers. I am currently hosting my site on a windows server.

[FONT='Calibri','sans-serif']What is the best tool that I can use to protect my web-site? The tool should be easy to use and require no JAVA or Pearl and other programming languages as I am not familiar with them.

View Replies!   View Related
Web Site Traffic Statistics
Is it common to get informative and appropriate website traffic statistics via your host? or is this some I should look at joining/purchasing independantly?

View Replies!   View Related
How Do I Setup A Site On 2 Servers. 1 For Mysql 1 For Web
How do I setup a site to use two servers? One as a mysql server and the other as a web server.

At the moment I have the site on one server. When I get the second server what steps do I need to take to make this possible?

How do I secure the mysql server to only allow the web server to connect to it?

Do I need a control panel (i.e. cPanel) software on the mysql server?

View Replies!   View Related
What Do You Look For In A Web Host
I just want to ask the community of WHT a series of questions about shared and reseller hosting and what you would like out of a shared/reseller host.

What do you look for in a web host (in terms of shared and reseller hosting).

Do you prefer cheap "unlimited" and "unmetered" plans?

Would you like support through live chat, phone, or helpdesk?

What kind of price range would you consider reasonable for a shared hosting plan? a reseller plan?

Would a community forum with support staff and other clients be a plus to you?

Does the site's design and the software it utilizes be a concern to you?

In your opinion, what would make you choose a specific web hosting company over any other?

View Replies!   View Related
Is This The Best Web Host In The UK
I have been with a lot of web hosting providers and I even gave my experiences a few days ago with heart internet, but 'JUST HOST' justhost.com rocks!! Can you imagine, I tried calling them and lines were busy, and submiitted a form online asking them to call, and I was called in under 3 minutes. The servers are fast, I uploaded my entire website in a few minutes. And what they offer for £3.95p/m is just unbelievable.They even offer a free domain, but make sure you claim it at point of buying or you cannot do this after.

View Replies!   View Related
What Do You Want From Ur Web Host
I operate a Web Hosting service, and I'm interested in finding out what people really want in a web host. Post your suggestions here.

View Replies!   View Related
Webhost For Media Oriented (not Porn) Web Site?
I have a media orient web site with a lot of videos (.WMV files), most of them are from PC based racing games, a few other games, plus videos of radio control models, racing cars, etc. Currently, there is about 9GB of media on my web site and traffic is about 20GB to 200GB / month (activity increase when I add videos from a newly released game). Note this is a hobby web site (not a business site, no ads, or ad related links).

My current web host provider, ipower, recently switched to a much small number of servers with many more users per server, and now they throttle download rate to about 350 kilo-bytes / second. Before the change, download rates ran over 2 mega bytes / second.

If curious as to the content, my web site is here: ...

View Replies!   View Related
French Web Hosting To Handle Busy Site
Can anybody suggest a large hosting company based in France?

I'm looking for hosting that can handle a high bandwith, high profile, busy website. We will require excellent customer support and a professional attitude.

View Replies!   View Related
Launch Potentially Very High Traffic Web Site
I am writing a financial statement for my business plan and like to know what numbers should I expect from the the host. If the potential traffic will reach 405,000 visitors a month what my requirements for the hosting company should be?

View Replies!   View Related
Web Site Migration To Windows 2008 And II7
from Windows 2000 and II5. Painless?

Does IIS7 fully supprot ASP NET 1.1 applications?

View Replies!   View Related
Worst Web Hosting Site Award Goes To SerVage
Well friends I was just ruunning an blog facing 60% of downtime daily over months , but this was an small part of disaster waiting for me ahead as i tried to use some of the fake bandwidth they pretend to give , and i uploaded few files next day I find my sites suspended ,Reason being

"It is not allowed to host filesharing services on our servers. Reason beeing that such sites are often used to share copyrighted material."

Well thats what writen in there TOS itself.

Without file sharing how can one imagine to use 5000 GB/month + with the limit of 4lacks click also there.
Servage is my worst Nightmare come true.

Why one should not host on Servage.net ??
1. Fake stats they overcount the bandwidth and space.

2. 4 lacks hit limit after that your site gets suspended in real its only 4000 thanks to there fake stats once again.

3. Sql errors ,thats became part of daily life once you host on servage.

4.servage 404 not found page everywhere ,well they would not miss an single opertunity to advertize from your site , whenever they like they would put there own 404 not found page and wait for you to complain. This is the way this cheap hosting gorws.

View Replies!   View Related
Hosting A Worldwide .com Web Site On A Dedicated In Canada
I found a good web host in Canada for my .com web site . Won't this affect my web site SEO in the US and the rest of the world?

View Replies!   View Related
VPS Support Not Good - Web Site Is Slow
our VPS hosting company did an upgrade the other day and now something is wrong with our home page, it takes about 30sec to load. They keep saying its a php problem, but the scripting is fine, the engine is fine and the only thing that changed is that they did an upgrade.

They don't seem to be able to grasp the problem, and it is making my boss go nuts. A web guy a know said it definately had to be something at their end, and everyone else is at a loss.

View Replies!   View Related
Creating FTP Accounts For New Web Site Users
I have a web site, where users sign up and edit there account settings using a web based form application.

These users will be uploading large files to my server, and as of right now they are uploading the files using a file upload form. The problem is it takes a really long time to upload them.

So my first question is will using ftp be significantly faster than using the web form http upload?

Assuming its faster to use ftp:

The big files that the user uploads get stored in a directory in the website directory right now, so that they would be accessible via www.mysite.com/user/files/ . There is an ftp account used to control that entire domain and all the files in it.

So if i were to create another ftp user, how would i go about allowing them to access a specific diretory in another users home directory.

View Replies!   View Related
How To Protect The Web Site Created On The Phpizabi Engine
How to hack a website at phpizabi engine?!

keywords:
?L=, cecen hacked, cecen, hacked, phpizabi hacked, How to hack phpizabi

Hacking mechanism:
1. this is not hacking indeed. This is usage of phpizabi engine imperfection

Usually the path till the admin area looks like this:
?L=admin.general.configure

If changing the path to
?L=admin//general//configure
Then anyone can obtain full access to the admin area and can do everything he wants.

Similarly changing the path till any keyword file on the web site you can freely get the access to the database.

HOW TO CORRECT THIS ERROR:

mechanism:
1. Below I’ll show an example on how to correct the imperfection of phpizabi engine. This is only example and I recommend all the programmers to code by themselves their own mechanism of this error correction. Unque character of this mechanism will be one more obstacle against hacking.

So, in the very beginning of the script index.php we should put the following code:

$ser_p = array("'[^.A-Za-z0-9]*?'si");
$rep_p = array("");
$_GET = preg_replace($ser_p,$rep_p,$_GET);

It cleans everything from the query except “dots”, “letters” and “digits”.

2. All the folders in main directory of the web site which are located under the path /pages/ should not be accessible for opening!
The easiest and fastest way is to set password access for all the folders in /pages/ through «Password Protect Directories» - this is client’s admin area on the hosting. You should set password to all except “chat” and “gallery”.

3. File upload:

By default any file can be uploaded for scripts phpizabi for dating web sites. They could be uploaded like a picture for gallery or attached file for other web site elements.
Specially created *.php file which will be loaded at the server, can give full access to hacker and finally to walk away it from you!

I do not enclose the correction code of this error as you should restrict file uploading on the server by the class objects jpg/jpeg, gif and png.

View Replies!   View Related
Tool To Test Web Site Capacity Levels
I'm trying to find a tool that will thrash a site to the break point and report where that is. This is for testing sites before they go online so that they don't go online and then drop offline because they can't handle the load.

View Replies!   View Related
Hostgator, Web.com, 1&1, WestHost, DreamHost, And Yahoo Web Hosting?
I am trying to pick a hoster, but I would like some help please. The site I am making is going to be a personal site, with a photo gallery, which will start out with about 500-1000 photos and will grow anywhere from 10-a few hundred a month. I also plan on having a small blog.

The hosters I am currently looking at are:

Hostgator, Web.com, 1&1, WestHost, DreamHost, and Yahoo Web Hosting. Which provider out of these do you think would be the best? Also are there any other providers you recommend.

View Replies!   View Related
Lunarpages So Far :: Looking For A New Web Host
This is a big company, that offers a lot of features for a relatively small price (with discounts readily available). They have a positive image. Customer service seems cheery. Unlimited storage and bandwidth is a definite plus. I signed up with them in November 2008, and mostly did not encounter problems with them until late July other than slow server access via my base from South America. Sign up and set up went relatively smooth. I had no major problems other than my page loading slowly, which I partly improved by making several adjustments to my Joomla site, but even after optimization the page still has its moments of slowness.

In an earlier post in this forum, I detailed the first issues. There were two main problems: one, my articles pages were showing up blank in PhP5, and two, I was unable to enter my Joomla Administrator at times. On the first issue, it turned out partly due to PhP5 not performing properly, and later, a plugin that should have been de-activated. The second issue, am still not sure, and its happening again.

One week ago, after just a few precious days of my site functioning normally, the bad luck poured on further still. I was hit this time by the NobodyCoder hacker. What an incredible coincidence of bad luck! Made me wonder, given the tone of some of my prior complaints, but then I did see that other Lunarpage customers were also hit on the same day as me, and some of them, on the same server.

Two days after the hacker struck, and no response to my emails, I finally got someone from Lunar to give me some time after I complained publicly in their forum page. A customer service supervisor took the unprecedented step of calling me.

First, though Lunarpages harps on its customers being at fault, through faulty scripts and such, I learned of some security measures that Lunarpages fails to inform its customers about that could conceivably help with such issues -- especially on shared servers -- such as the really helpful step of activating "suphp." When we were talking, the customer service rep was inside my Cpanel and I asked him if he would go ahead and make that change for me. He said he would do that, and that he was doing so while we talked. I was disappointed to see after the conversation that he had lied to me and had not make that change for me. Beyond this blatant display of dishonesty, I moreover pointed out to the customer service rep that I had read mod_security for Apache should be activated and configured -- he assured me that it was. I looked after our conversationm it in fact wasn't and that there was nothing about this to be found in their Knowledge base.

Concerning the hacker who messed up my site, it appears that multiple sites have been hit, particularly on my server. The customer service rep rightly agreed with me that this hack is obviously not targeting sites individually but sending it out en masse via a robot or program. Given that, and that many sites on my server have been hit, it would appear the hacker has found a way to exploit sites on their server (s). However, the response from Lunarpages support people again has so far has been mainly to tell people to do virus scans of their computers and change passwords, all of which helpful but likely don't do much to tackle the real issue.

The net result is that while the security issue appears to have been a broader, server wide security breakdown, the Lunarpages company has sidestepped any responsibility in the matter and done little to help customers get out of this mess. One wonders if it will happen again once my site goes back online (because of their slow server it took me about 3 days to upload the backup.) In general, though their customer service reps are generally polite, they react slowly to customer issues and often are completely ineffective.

I am looking for a new web host.

View Replies!   View Related
Web Proxy Host
I want to setup a web proxy site.

Where should I host my site? any recommendation?

View Replies!   View Related
Basic Web Host
I've created loads of sites before, mostly using high end VPS or dedicated servers. I'm somewhat new to shared hosts, having used just 2 before. The 2 being:

1. Hostmonster - brilliant. Yes, it's oversold badly but it's service is second to none and I never had an issue on a medium-traffic site. However, I do know they phone you to verify your account, and I currently do not have possesion of a phone (travelling).

2. iWhic. Had some serious downtime at one point, but else reliable. Customer service OK. Basic plan does not support unlimited domains.

I am looking to make a personal blog, possibly a travel blog or car review site.

I may still use iWhic, but I'd like to be open to suggestions:

[requirements]Unlimited domains
5GB Diskspace
Unlimited Email Accounts
20GB+ Bandwidth
Reseller would be nice (host my friends)
cPanel (this is a must).

[budget]
While technically my budget is unlimited, I would like to stick it to the $5-10/month mark. Pay per month is preferable.


I like the idea of just a big oversold host, cause they are generally reliable and I won't be using that much resources and the bonuses (such as Adwords credit) are generally useful.

View Replies!   View Related
How To Choose A Web Host
I run a small family website and I'm looking for a new web host. I have read some reviews and compared prices. However, many look the same in regards to services they offer. I don't really know on what criteria to base my decision. I don't really need much (e.g. space, bandwidth).

View Replies!   View Related
What Professional Web Host Must Have
I'm thinking about hosting service business, and now I'd like to know your opinion about what professional host must have/offer that can be attractive.

View Replies!   View Related
Why Did You Leave Your Last Web Host
Quick question

If you have switched web hosts in the past, what was the reason that you left your last web host?

View Replies!   View Related
Cheapest Web Host ...?
Anyone know any cheapest web host

View Replies!   View Related
Is There A Fast Web Host Out There
Is there a webhost fast enough for providing large files (2.5GB +, going up to 10GB + larger) on my website to users worldwide?

At the moment my website is hosted in the UK and it seems to deliver download speeds of around 650kbps if only one person is downloading at a time. I have tried other web hosts, and their download speeds are never advertised, but have turned out to be even less in practise (e.g. 150kbps)

As I'm hosting large files (e.g. 1GB - 2.5GB - 8.5GB or more) on my website, I need something with unlimited speed. i.e. so that the download speed is limited only by the end user's connection.

Is there anything like this out there? I realise the files are very large in size, but I'd rather keep the process electronic than mail out hundreds of DVDs all the time.

View Replies!   View Related
Best Way To Tell A Scam Web Host
Before I got into web hosting business, I too, searched the whole World Wide Globe for a good web hosting company. And like many fall for some scams and learned from my experiences. Here are some ways you can tell a web host that is not safe.
Sign-up Page isn't secure.

Request a server IP to ping. This way you can figure out if the company is on a VPS, Reseller or a computer in someone's apartment [Reverse IP Check]

Unlimited Everything (well back in the day it was part of it until Yahoo decided to go solo) Company website itself goes down.

Can't find any of their representatives online (e.g. forums, blogs).

Doesn't have a Phone Number to reach.

Private Domain Registration (would you really send your money to a unknown company's PO.BOX address?)

Lies to you (e.g. Gives you 1 TB Bandwidth, but if you use up 50 GB and they close your account)

Asks for SSN/EIN for security purposes (hmm... complete B.S)

Doesn't tell you exactly how they protect your data, how secure the server is and so on.
Asks for your PayPal Username & Password on their website (also known as phishing)
Do a WHOIS Search and check how long they have been on business. (added by maccrazy)

Those are just some of things I found in a scam web host. I am sure there are many, please feel free to share your story and precautions you take.

View Replies!   View Related
Which Host Is Best For Web 2.0 Community
I am starting a social networking website that will give people the ability to have their own pages and upload videos to the site. The site is geared towards a specific niche, but has the potential to be very large and receive a lot of videos and traffic.

We are looking at different web developers and one is saying that we should go with a dedicated server with 500GB of disk space and 1500 GB of bandwidth.

The other developer is suggesting we go with a company that hosts media content and you only pay a low monthly charge and then the additional charges are based on number of video views per month. That way we don't have to worry about additional servers and this grows with us.

I am very confused, because it can get quite costly the more views we get, but they keep telling me it is cheaper than going with dedicated servers.

I'm trying to figure out how much can be held on a dedicated server with the above specifications and how much traffic/video views can it handle at one time.

View Replies!   View Related
Choosing The Right Web Host
I am about to start a website in which I will feature lots embedded video clips from sites like youtube, toudou, etc.

I am new this, so I'm wondering how I can choose a proper web host for my site, so that people can always reliably view the videos and at decent speed. I'm not looking to spend a fortune as this is my first website.

View Replies!   View Related
From Server To A Web Host
I was wondering if it's possible to transfer your site from a server to an addon domain on a webhosting plan at hostmonster.com? And is it possible to restore it back?

Like for an example I bought a dedicated server and setup the domains:

domain1.com
domain2.com
domain3.com

And move them to a webhosting package:

domain1.domain.com
domain2.domain.com
domain3.domain.com

And then setup these as an addon domain, so it will a domain again instead of a subdomain.

View Replies!   View Related
Register And Web Host
Is it a good idea to use different companies for registrar and web host?

and

Do web hosts add your site automatically to search engines? I ask because godaddy has something called Traffic Blazer and it says "Traffic Blazer helps get your Web site listed with Google®, Yahoo!®, MSN® and others." and they charge $27 for two years.. So I am wondering do you need this inorde for your website to be listed or something?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved