I want to change my sites's physical path layout: http://www.mydomainname.com currently uses the physical path e:\web\myusername\ http://www.mydomainname.com uses the physical path e:\web\myusername\main I can use filezilla to rearrange the directory structures properly, but I cannot figure out how to change the physical directory of my default web site using the remote IIS manager. Is this possible? Many Thanks, Gene
Hi Gene, I'm afraid you won't be able to reset the root directory for your account. A work around is to use the URL Rewrite module. Please see these links: http://forum.Winhost.com/showthread.php?t=4545&highlight=url+rewrite+blog http://weblogs.asp.net/owscott/arch...-multiple-domains-under-one-site-part-ii.aspx http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx http://blog.benpowell.co.uk/2010/02/Winhostcom-how-to-really-run-multiple.html
Thanks Appreciate the response and the links. I was starting to look at this as a work around. I mostly wanted to do this to synch my project directory structure with my production directory structure. Gene