hi,
I have an ASP website at:
http://www.mysite.com
I want to have a subsite off the main site like so:
http://www.mysite.com/subsite
Within the subsite, I have a page:
http://www.mysite.com/subsite/index.asp
Within the page, I have a SSI:
<!-- #include virtual="/includes/myInclude.inc" -->
Is it possible to have the path of that SSI evaluate to:
http://www.mysite.com/subsite/includes/myInclude.inc
Currently, the SSI's path is evaluating to the top level site:
http://www.mysite.com/includes/myInclude.inc
Assigning more IPs is not feasible. Putting all of our includes within
the top level site is also not feasible.
Is there any way to control how absolute paths are evaluated? I'm not
especially familiar with IIS, any help would be appreciated!
Regards,
Chris