I am using GoDaddy web hosting. I have a subdomain created forum.domain.com that points to a path ~/forum where I have installed YAF.
I can go to forum.domain.com and view the forum. However, when I click on any link, including the forum link I am, the applicaiton appends the virtual folder e.g. forum.domain.com/forum or forum.domain.com/forum/yaf_topics1_Rules-and-Announcements.aspx.
For a cleaner looking url, I would like the virtual folder name to not be used and everything accessed from the root of the subdomain e.g. forum.domain.com or forum.domain.com/yaf_topics1_Rules-and-Announcements.aspx.
Is this possible? Am I missing a configuration setting somewhere?