Hiawatha version: 7.3
Operating System: Ubuntu server
I've tried to set up a virtual host (with freedns, http://freedns.afraid.org/), but whatever I do, going to the domain gives me a hiawatha 403 - forbidden notice. The domain points to my IP. When I go to directly to my IP (http://127.0.0.1/~user, but with my actual IP), i get the correct page.
The pertinent section of hiawatha.conf is:
VirtualHost {
Hostname = www.my.subdomain.com
WebsiteRoot = /home/user/public
}
also, I have
UserDirectory = public
UserWebsites = yes
if it matters.