Web Hosting Talk







View Full Version : Good Hosts that Allow Porno


bbunny
12-05-2002, 01:17 AM
I don't want to run a porno site, but I want to avoid any company that puts itself in the position of making unnecessary moral judgements.

I'm looking for personal hosting, say $6 month tops.

Any experiences with Burton (burtonhosting.com)?

Also, any tips on avoiding link breakage? I'll be moving my site from the standard user format (www.[ispname].com/~[username] to my own domain for the first time (it's kinda exciting). I'd like to minimizing loss of hits.

Finally, I've no idea how to gauge my bandwidth needs....

AussieHosts
12-05-2002, 01:23 AM
Originally posted by bbunny
Also, any tips on avoiding link breakage? I'll be moving my site from the standard user format (www.[ispname].com/~[username] to my own domain for the first time (it's kinda exciting). I'd like to minimizing loss of hits.

Up load a redirection page to your ISP homepage space that redirects the visitor to your domain. This will do it:

<?
header('Location: http://www.yourdomain.com');
exit;
?>

Finally, I've no idea how to gauge my bandwidth needs....

Ask your ISP if they can give you a report on your historical bandwidth use.

Regards

Gary