• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need quick answer about mod_autoindex for apache 1.3

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

 
or is there somethign else that would work as well or better....?

That would automatically index links to files that I uploaded?
 
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 😛
 
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 😛


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

<--wants the fancy stuff:laugh:
 
Back
Top