View previous topic :: View next topic |
Author |
Message |
kushSeven -
Joined: 01 Aug 2005 Posts: 20 Location: Tomah, WI
|
Posted: Mon Aug 01, 2005 10:17 am Post subject: Linking to multiple dirs... |
|
|
Hello Everyone,
I wanted to know how I can link to multiple dir without making the entire parent folder open...
Right now I have it linked to
\..\..\web\
I want it to be linked to:
\..\..\web
\..\..\output
I don't want it linked to
\..\..\
Any help? |
|
Back to top |
 |
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Aug 01, 2005 10:28 am Post subject: |
|
|
You can make an alias in the Abyss Console to the directory /web/ then link to it with simply <a href="web/file.ext"> rather than <a href="../../web/file.ext">. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
kushSeven -
Joined: 01 Aug 2005 Posts: 20 Location: Tomah, WI
|
Posted: Mon Aug 01, 2005 10:57 am Post subject: |
|
|
I was talking to andy on different things... our ideas didn't work :( |
|
Back to top |
 |
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Aug 01, 2005 11:09 am Post subject: |
|
|
 _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
kushSeven -
Joined: 01 Aug 2005 Posts: 20 Location: Tomah, WI
|
Posted: Wed Aug 03, 2005 8:57 am Post subject: |
|
|
Anyone else have any ideas? |
|
Back to top |
 |
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed Aug 03, 2005 9:00 am Post subject: |
|
|
What exactly didn't work with The Inquisitors idea?
The only thing that seemed to be missing was to note that you would put the directories you are making an alias to outside the htdocs folder so that the folders above them were not automatically included. _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
kushSeven -
Joined: 01 Aug 2005 Posts: 20 Location: Tomah, WI
|
Posted: Wed Aug 03, 2005 10:09 am Post subject: |
|
|
i made it go to the parrent directory
but made the:
saves/
AND
scripts/
folders give "DENIED" (hidden)
but people were still able to get to em... |
|
Back to top |
 |
 |
kushSeven -
Joined: 01 Aug 2005 Posts: 20 Location: Tomah, WI
|
Posted: Thu Aug 04, 2005 5:43 am Post subject: |
|
|
I figured it out... I just finally went into the c-sharp files and changed it so that when server starts up it puts the output files in to my d:\htdocs\output |
|
Back to top |
 |
 |
|