View previous topic :: View next topic |
Author |
Message |
sidphoenix -
Joined: 03 Sep 2003 Posts: 9 Location: Nebraska
|
Posted: Sun Nov 30, 2003 9:19 am Post subject: About Hiding Files |
|
|
Is there a way to hide files and directorys so that when you go to the main directory you only see what files you want people to see? Like say for instance:
You go to http://12.0.0.0:10/
And you see the folders A B C D E F G
I want to hide A B C and D so that i only see E F and G
Is that possible, and if it isnt, can you make it possible? Ive tried hiding files on my PC but that dont work. Can someone help? Thanks! _________________ This is a signature.... |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Nov 30, 2003 5:34 pm Post subject: |
|
|
You'd have to make a custom index page that only lists those files, and stick blank indexes into the directories below. That'd still allow direct links to files so you'd probably need to password protect them too...
In Apache, it's an easy feature to use - you just add an IndexIgnore statement to the htaccess file for that directory. It would be very nice to see it implemented in Abyss somehow. How about it Aprelium ? :D |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Nov 30, 2003 6:55 pm Post subject: |
|
|
Anonymoose wrote: | IndexIgnore |
Nice idea :D Be sure that it will be on our to-do list. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
sidphoenix -
Joined: 03 Sep 2003 Posts: 9 Location: Nebraska
|
Posted: Mon Dec 01, 2003 11:59 pm Post subject: |
|
|
Well nifty. Thats all I gots ta say. Put that in the next release if you can, I would appreciate it. _________________ This is a signature.... |
|
Back to top |
|
 |
|