[QUOTE=till]Directory listings are disabled in ISPCOnfig by default, have you abled them manually in your apache configuration.
[QUOTE]
no i didn't change the default - it currently looks like this:
Code:
<directory /var/www/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<files ~ "^\.ht">
Deny from all
</files>
</directory>
i've yet to sorted out my DNS hosting for the "main" FQDM
so i couldn't create any new domain...
i created a folder "temp" and 2 files inside
/var/www/web1/web/temp/a.html
/var/www/web1/web/temp/b.html
when i browse
http://my-ip-address/temp
i see the directory listing...