|
Parent Paths
ASP users can enable or disbale the
use of Parent Paths when calling "include" files. Many times, enabling
parent paths will fix older ASP applications. Be default they are
disabled in IIS/ASP since that Microsoft felt that it may be a small
security risk to enable them by default. However, it is pretty normal
to have them enabled.
For example this could be used: "...\includes\my_file.asp"
Instead of having to type: "d:\virtualhosts\your-site.com\includes\myfile.asp"
Note, that this applies to website code and not what you see in a browser.
To Enable of Disable Parent Paths:
- Login to your Control Panel
- Click Domains and Select a domain.
- Click Advanced Domain Options
- Click Parent Paths
- Use the drop down box to Enable or Disable
- Click Save
|