In CentOS 6.0, i have apache for allowing to download drivers + one README.TXT file. But when the site is visited as http://site.mooo.com/
it shows all zip files but not the TXT file.
<VirtualHost *:80>
ServerName site.mooo.com
ServerAlias site.mooo.com
DocumentRoot /var/www/html/download
<Directory /var/www/html/download>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Should show all, but only shows two zip file
/var/www/html/download/
driver.zip
driver.new.zip
README.TXT
` tag. So, it is recommended to change from `README*` to `README.html` instead.
– vee Jul 10 '19 at 02:10