Q. My server has Parent Paths Disabled and can't use "../" for my includes. I think my server is IIS6 and on Windows Server A. To get around this, do a global searche and replace using your code editor.
To run as default website Find: file="../ Replace: virtual="/
Find: file=""../ Replace: virtual=""/
OR
To run in subfolder Find: file="../ Replace: virtual="/MySiteFolder