Friday, 6 September 2013

running two websites with one code base using isapi

running two websites with one code base using isapi

Trying to think out just how this would work. I have two websites:
website.com and two.website.com
website.com i run from the route folder /.. which also contains the
codebase i want to access two.website.com is run from a subfolder /two/..
using asapi i want to hide this subfolder /two/.. so that the full URL
would be clean. How would i go about this?
secondly - since images are linked under say /two/images/.. from a folder
standpoint how would i want to link my images.. full path or relative with
the /two/ folder?
Thanks Steve

No comments:

Post a Comment