I’ve the DocumentRoot with the Options +Indexes enabled. However, I cannot find via browser the subdirs of the DocumentRoot.
How can I fix it? Thanks.
I’ve the DocumentRoot with the Options +Indexes enabled. However, I cannot find via browser
Share
Maybe they don’t have the read and execute permission flag set?
Try
chmod ug+rx filenameand make sure the subdirs belong to the apache user.