so i have a Virtual directory in /opt/aweb/ in-which work just fine, i also have subdirectorys that i need to be able to get to with http://aweb/subdir/ whenever i try and goto these directory's and they exists , i am getting.. 404 - File or directory not found.
The resource you are looking for might have been removed,
can someone help me out.
in my 000-aweb.conf i also have
<Directory /var/aweb/>
Options -Indexes +FollowSymLinks +MultiViews Allow-override All Require all granted
</Directory>
<Directory /var/aweb/subdir>
Options -Indexes +FollowSymLinks +MultiViews Allow-override All Require all granted
</Directory>
thanks