vote up 1 vote down star
1

When I assign multiple domains to directories in my GoDaddy hosting account management it creates a virtual directory for these domains. It also makes those domains go to that directory. For some reason, sometimes it forwards back to the full path of the hosting account.

ie., I have domain abc.com in folder /_sites/abc.com/, and if I don't set the default document right, or sometimes forms authentication will redirect my original request, http://www.abc.com/File.aspx to http://www.abc.com/_sites/abc.com/File.aspx

I feel like this behavior is also stopping my ManagedFusion URL rewriter from working correctly.

Can anyone explain why this is happening, and what godaddy does to forward these domains to the virtual directories? It would be ideal if they just created multiple web sites with host headers for the domains, but they instead give you virtual directories... Can I mimic the multiple sites with host headers behavior with GoDaddy's setup?

Thanks.

flag

1 Answer

vote up 0 vote down check

I figured out a solution that worked well for me.

I ended up setting the RewriteBase to /_sites/abc.com/ in my url rewriter, and handled all requests to go to the appropriate page. This way I could catch all asp.net requests that were getting generated to go to the long path name.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.