need quick answer about mod_autoindex for apache 1.3

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
I am trying to make a nice download directory for you guys but I suck at coding:(

THIS is the best that I could do using mod_autoindex on apache 1.3 :(


I know, it sucks:(


It seems as if the html argument only works in 2.0.23 and higher:(


Is there any way to use html with mod_autoindex:(


And by the way, Yes, that folder is entitled "ghost in the shell 2 1080p" and yes, I have encoded in in dvx 6.0HD, h.264, and have included the ts

 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
or is there somethign else that would work as well or better....?

That would automatically index links to files that I uploaded?
 

vshah

Lifer
Sep 20, 2003
19,003
24
81
why not just an .htaccess file?

paste the following into a file and name it .htaccess, put that file in the directory you want to index...

Options +Indexes
IndexOptions Namewidth=*


unless you're trying to get all fancy with those icons and stuff...i dunno :p
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Originally posted by: vshah
why not just an .htaccess file?

paste the following into a file and name it .htaccess, put that file in the directory you want to index...

Options +Indexes
IndexOptions Namewidth=*


unless you're trying to get all fancy with those icons and stuff...i dunno :p


I am using the htaccess file:D...did you see the link?

<--wants the fancy stuff:laugh:
 

vshah

Lifer
Sep 20, 2003
19,003
24
81
dammit i just checked to see if you'd been careless and left the url in the screencap

argh!
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Originally posted by: vshah
dammit i just checked to see if you'd been careless and left the url in the screencap

argh!

the url is know to everyone now I hope...



Still didn't get any answers :(