View previous topic :: View next topic |
Author |
Message |
Produkt -
Joined: 22 Sep 2003 Posts: 25
|
Posted: Sun Jan 18, 2004 3:43 pm Post subject: Directory Index |
|
|
I know this can be done with an .htaccess, but Abyss doesn't offer many options with .htaccess support, so I bring the question here: How do you define a directory index? For example, www.site.com/forum would automatically try to load www.site.com/forum/board.cgi instead of www.site.com/forum/index.html, even if index.html exists? Do I put board.cgi above all entries in the index file list? _________________ Produkt |
|
Back to top |
|
 |
xiihost -
Joined: 22 Nov 2003 Posts: 6
|
Posted: Sun Jan 18, 2004 4:40 pm Post subject: |
|
|
If you have installed Perl correctly you should have set index.cgi as one of the Index. Then in your forum Directory if you do not have an index.html then by default Abyss will go to index.cgi. |
|
Back to top |
|
 |
Produkt -
Joined: 22 Sep 2003 Posts: 25
|
Posted: Sun Jan 18, 2004 7:31 pm Post subject: Directory Index |
|
|
Yes, but it's called board.cgi, not index.cgi. _________________ Produkt |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Mon Jan 19, 2004 11:39 am Post subject: |
|
|
then add board.cgi to your list of index pages :D _________________ Olly |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Jan 20, 2004 2:19 pm Post subject: Re: Directory Index |
|
|
Produkt,
Open the console, select Server Configuration > Adavnced > Server Parameters and add board.cgi in the Index File names table.
If you expect to have index.html and borad.cgi in the same directory and if you want board.cgi to have more priority, you must delete the table entries and re-enter them in the correct order (board.cgi, then index.html). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Produkt -
Joined: 22 Sep 2003 Posts: 25
|
Posted: Tue Jan 20, 2004 4:10 pm Post subject: Directory Index |
|
|
Yes, this worked correctly. Thanks. _________________ Produkt |
|
Back to top |
|
 |
|