Index Of Rhtdm -

The index shows "403 Forbidden" instead of the file list. Solution: Directory indexing is turned off, or there are overriding permissions. Check parent directory configurations.

<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: Index Of Rhtdm

Options -Indexes Or, if you want to allow indexing but deny access to specific files: The index shows "403 Forbidden" instead of the file list

User-agent: * Disallow: /Rhtdm/ Additionally, use the X-Robots-Tag HTTP header in your server config: Options -Indexes Require all granted &lt