This is how I got Typo running under a subdomain of my main domain, which I’ll call domain.com for this howto.
Most of this was originally obtained from the excellent EJ wiki entry http://dev.elitists.textdriven.com/wiki/EJOnTextDriveRoot by htonl
NB: This assumes you’ve set up your database
blog.domain.com)You’ll now have the virtual server setup under ~/domains/blog.domain.com
~/domains/blog.domain.com/myblogblog.domain.com/home/<username>/domains/blog.domain.com/myblog/publicImportant: even though you’re not using the default public_html directory, do not delete it, rename it or move it under any circumstances, because it prevents Apache from restarting.
Ok, you now have two choice depending on whether you want the magic subdomain / directory thing to work or not
Send a ticket to textdrive saying you want blog.domain.com moved above *.domain.com in httpd.conf. I haven’t gone down this route, so you’re on your own with the nice TextDrive people
domain.com)*.domain.com<a href="http://blog.domain.com">http://blog.domain.com</a> and you should see your app!Many thanks to Dyrix on irc and JustinFrench by mail and irc for helping me make it work, and htonl for the original article