People
jason beeland
andrew burke
kevin burke
rob campbell
philip fibiger
chris hutchinson
jeremy muhlich
kim nies
luke petre
dana reid-vanas
paul sharpe
derek sung
Information
about
hosting
|--email
|--web
|--passwords
|--bandwidth
\--domain
Web Hosting
We provide web hosting to a small number of sites, many of which can be reached from our main page.
Weblogging
We maintain an install of moveabletype which can be used by any of our users. Speak to one of our admins if you'd like to start using it to maintain a blog.
Web Statistics
Statistics regarding your website can be accessed at:
http://your.site.com/cgi-bin/awstats.pl
Using the login and password we provided you with when you signed up.
Blocking Problem Linkers
Sometimes you may want to block people who have been referred 'deeply' into your website, that is, who are linked to files without having to actually view your site. To help you control this, we've installed the mod_access_referer apache module. To block say, windowsmedia.com from linking to your mp3s, allowing people to use your bandwidth without ever having to view your site you would do the following:
In the directory where your mp3s are, create a file called '.htaccess'. Put the following line in that file:
deny_referer from windowsmedia.com
That will block people who've been referred to your site by any host in the windowsmedia.com domain. You can add additional blocks as follows:
deny_referer from windowsmedia.com otherhost.com someoneelse.com