Hello, I would like to ask for your help, I am trying to make an index on a subdomain “dl.duduweb.ovh” as below.
I modified the apache file but without success.
/etc/apache2/apache2.conf
<Directory "/home/dudu_web/web/dl.duduweb.ovh/public_html/">
Options +Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory "/var/www/">
Options +Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Thank you for your help!**