Forum Moderators: phranque
I've been having trouble solving a problem I've been having recently. I have a main site that includes folders such as CSS and IMG for my resource files. Lets call this www.site1.com. I also have another site stored in www.site1.com/site2 that uses files in the same resource folders (www.site1.com/css etc).
I am looking to forward all requests to www.site2.com/*.* to www.site1.com/site2/*.* but WITHOUT rewriting the URL. In other words, I want it to look as though the user is browsing www.site2.com but actually all the content is actually coming from www.site1.com/site2.
I know I can forward all requests using something like the RemapURL tool in the IIS resource kit but this will actually change the address in the browser. Also, I don't want to use Frames to mask the URL as Google will still index the original URLs through the page links.
Is this completely impossible and am I wasting my time or does anyone know of a way to get around this?
Many thanks,
Tom
After doing this, religiously check all the pages to make sure all the links, graphics, css files, etc. are setup correctly.