How do I turn it off? It doesn't bother me any but it's bugging one of my resellers. I know I have the ability to turn directory browsing off per domain but how would I do it for the main shared ip?
Thanks
cPanel.net Support Ticket Number:
How do I turn it off? It doesn't bother me any but it's bugging one of my resellers. I know I have the ability to turn directory browsing off per domain but how would I do it for the main shared ip?
Thanks
cPanel.net Support Ticket Number:
Yes , good ThreadHow can we do ?
Thanks...
cPanel.net Support Ticket Number:
Try out his in your httpd.conf :
<Directory />
AllowOverride All
</Directory>
<Directory /home/*/public_html/>
Options All
Options -Indexes
AllowOverride All
</Directory>
This will turn of directory listing on the server by default ..!