Index Of Rhtdm -

<Directory /var/www/html/Rhtdm> Options -Indexes Require all granted </Directory> Edit your server block and remove autoindex on; for the Rhtdm location. To disable:

Options -Indexes Or, if you want to allow indexing but deny access to specific files: Index Of Rhtdm

Header set X-Robots-Tag "noindex, nofollow" Issue 1: I see "Index Of Rhtdm" but the files are not clickable. Solution: The server may have symbolic links disabled or file permissions set incorrectly. Check FollowSymLinks option in Apache or disable_symlinks in Nginx. Options -Indexes Require all granted &lt