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

Apache, listing files in directorys.

jsbush

Diamond Member
Anyone know where the command is to make apache list files in directorys that have no index files?
 
Alright thanks. But I just realized that it's when I add my virtual hosts that the directory indexes doesn't work anymore. I tried adding it in the options for that virtual host but it didn't help.


<VirtualHost *>
Options Indexes FollowSymLinks MultiViews
ServerName www.domain.com
DocumentRoot /www/mainpage
</VirtualHost>
 
the Options keyword isn't valid inside a VirtualHost directive, I'm surprised apache even starts with that their.
 
That was just something I tried. Yes apache did start with that there.


Any idea's of what I can do to get it to list with virtual hosts?
 
Back
Top