Indexing

Status
Not open for further replies.

cl58tools

Banned
Messages
24
Reaction score
0
Points
0
Hi,

I am having difficulty getting http://logs.cl58tools.co.cc/ to index properly. I just have a bunch of files there separate from the main site. I do not want to make an index or other files; i just want them listed. In my Index Manager, I tried Standard, Fancy, None, and Default indexing for the directory and nothing worked. It is important that I have this, so please help. Thanks.
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
If all you want is a list like

Index of /mydirectory

  • Parent Director
  • fileOne.html
  • fileTwo.php
  • file3.css
  • index.html
a .htaccess in that directory containing

Options All +Indexes
DirectoryIndex index.foo

should work (the index entry is to let you have an index.html in the directory)
 

cl58tools

Banned
Messages
24
Reaction score
0
Points
0
If all you want is a list like

Index of /mydirectory

  • Parent Director
  • fileOne.html
  • fileTwo.php
  • file3.css
  • index.html
a .htaccess in that directory containing

Options All +Indexes
DirectoryIndex index.foo

should work (the index entry is to let you have an index.html in the directory)

But I dont hant an index.php (or any other extension). I just want the list.
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
you will not, unless you put on in there.

you need to either make or append to an existing .htaccess file
Code:
Options All +Indexes
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Please post the entire contents of the .htaccess in that directory.
 
Last edited:
Status
Not open for further replies.
Top