On 7/14/07, Matthias Vill <[EMAIL PROTECTED]> wrote:
I think I got your point:
Now i think this could result in different problems like what schould
happen with "wget -r --base=/home/matthias/tmp
http://server/with/a/complicated/structure/and/to/many/dirs/a.php"
If you now have a link to "/index.html" you would try to access some
file above / or am I wrong?
In the case of
http://server/with/a/complicated/structure/and/to/many/dirs/a.php,
a link to "/index.php" would look like this:
<a href="../../../../../../../../index.php">Home</a>
(Assuming I counted it correctly.) It's just a matter of knowing how
many directories deep we are so we know how many times to concatenate
the ../