• 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.

a little HTML help

Eli

Super Moderator | Elite Member
What do I need to put into index.html just to simply display the contents of the directory?
 
Originally posted by: notfred
you need to not have an index.html

Unless you had a provider that didn't allow viewing of the directory in which case you would need a file there.
 
Originally posted by: aves2k
Originally posted by: notfred
you need to not have an index.html

Unless you had a provider that didn't allow viewing of the directory in which case you would need a file there.

Yeah, if there is no index.html it just says "No Content". Stupid ATTBI. :frown:

Anybody?
 
either with a script like php or asp that creates its own directory listing or with a .htaccess file if you are using apache
 
Originally posted by: Eli
Originally posted by: aves2k
Originally posted by: notfred
you need to not have an index.html

Unless you had a provider that didn't allow viewing of the directory in which case you would need a file there.

Yeah, if there is no index.html it just says "No Content". Stupid ATTBI. :frown:

Anybody?

My guess is that you're not going to be offered anything that will let you do it. You'll have to make the list yourself, most likely.
 
Back
Top