Apache directory listing folder names containing periods

Discussion in 'Apache' started by brianstanfill, Jan 8, 2006.

  1. #1
    Hello,

    Does anyone know if it is possible to enable directory listing within the Apache httpd.conf file to list folders containing periods within their names (such as domain.com)?

    Thanks for your help,

    Brian

    From my httpd.conf file:

    <Directory "d:/wwwits">
    	Options +Indexes
    	IndexOptions FancyIndexing IconsAreLinks
    </Directory>
    
    ...
    
    <VirtualHost *:80>
        DocumentRoot "D:/wwwits"
        ServerName its.pershot.com
        ErrorLog logs/pershot.com_error.log
        CustomLog logs/pershot.com_access.log combined
    </VirtualHost>
    Code (markup):
     
    brianstanfill, Jan 8, 2006 IP