• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to redirect subdomains in IIS4?

DJFuji

Diamond Member
We're running IIS 4.0 on an NT webserver and need to get subdomain.domain.com to point to www.domain.com/subdomain. Apparently this involves going into some setting and getting the server to redirect the request to the right directory when a request comes in asking for subdomain.domain.com. Anyone know how to do this?
 
i don't know if there is a good way to do this off the top of my head. the last time i ran into this issue, i wrote an isapi filter which remapped the calls.
 
how do the web hosts do it? Through a script like you're talking about? It's funny, i thought that IIS or whatever webserver automatically knew that subdomain.domain.com was just a pointer to domain.com/subdomain.
 
Back
Top