View previous topic :: View next topic |
Author |
Message |
WareDoG -
Joined: 05 May 2004 Posts: 4
|
Posted: Wed May 05, 2004 5:12 pm Post subject: how do i make a folder available to the public? |
|
|
i have setup the server and there are 2 realms.
one is my private Webpage
the other is my Forums
i cant seem to figure out how to have my private webpage be password protected and my forums not need a password.
its a little hard to explain because i know i set it up a little bit odd.
i have my private webpage as for example
virtual = /
real = c:\webpage\
then the forums are as
virtual = /Forumz/
real = c:\webpage\Forums\
the only folder i want to give public access to is the forums one
how do i do this? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed May 05, 2004 5:22 pm Post subject: |
|
|
Virtual = /*index.html
Real = c:\webpage\ |
|
Back to top |
|
 |
WareDoG -
Joined: 05 May 2004 Posts: 4
|
Posted: Wed May 05, 2004 5:32 pm Post subject: |
|
|
how do i do this if there is no index file?
if i want it to generate a directory listing. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed May 05, 2004 5:45 pm Post subject: |
|
|
Its just not possible than !
You can visit your indexed page
and click on View Source and put
that code in a index.html file and
use that as your first page ! |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed May 05, 2004 5:57 pm Post subject: |
|
|
Why not move the private realm so it's below or parallel to the forums rather than have the forums under the private realm? |
|
Back to top |
|
 |
WareDoG -
Joined: 05 May 2004 Posts: 4
|
Posted: Wed May 05, 2004 11:06 pm Post subject: |
|
|
what does the * do?
right now it asks for a password when i try to connect to both.
how do i remove the password needed for the forumz?
its hard for me to move the files because one of my realms is my entire hard drive. i did this to allow myself quick access to files on my computer when im away. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed May 05, 2004 11:59 pm Post subject: |
|
|
That is a pattern that tells you that
the file or directory after the * will
be the password protected area!
Read The Documentation
http://os17fan.cjb.net/patterns.html |
|
Back to top |
|
 |
WareDoG -
Joined: 05 May 2004 Posts: 4
|
Posted: Thu May 06, 2004 12:38 am Post subject: |
|
|
nevermind. i fixed it, i didnt use the * thing,
o well. thanks for the help anyway |
|
Back to top |
|
 |
|