|
|
Question : Enable Parent Paths on Apache
|
|
I need to know how to enable parent paths on Apache.
I need to be able to use this:
*Note the "../"
Which gives the error: "Active Server Pages error 'ASP 0131 : 80004005' Disallowed Parent Path"
On Apache but works on IIS without a problem.
I want to avoid having to change every single one of my include statements to get it to work on apache.
I know that there is a way to enable parent paths through the "admin console" but I can not even get the console to open as the files that the Sun docs reference do not exist on my machine.
If someone can give me a very simple answer of the steps to take to enable parent paths and if necessary, how to determine which port I should be using.
I'm running Windows XP Home and Sun One ASP.
I've posted questions in the past and had absolutely no response at all so I would REALLY appreciate any help at all.
Thank You
|
Answer : Enable Parent Paths on Apache
|
|
To change this parameter without using the admin console, edit the registry.
Go to the key: HKEY_LOCAL_MACHINE\SOFTWARE\ChiliSoft\ChiliAsp\Parameters
and change the value of EnableParentPaths to 1
|
|
|
|