Hallo,
here my changes in httpd.conf:
#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
#<Directory />
# AllowOverride none
# Require all denied
#</Directory>
<Directory /saechsisch-boehmische-schweiz>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
----------------------------------------------
error remain !
--------------------------------------------------------------------------------------------------------------
But a question; there are many httpd*.conf files. I changed the first (top on list).

Hi,
Firstly, you need to make changes in the httpd.conf file of wamp-->apache, as per your search it is the third file from the top or just goto the location C:\wamp\bin\apache\apache2.4.23\conf\httpd.conf to find the right file to edit.
Secondly, you need to provide the folder location in the tag and not just the site name. It should be like:
<Directory "C:\wamp64\www\">
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
Do not forget to save the file and restart Wamp server once you are done editing the file.
The issues you are facing now are totally related to Wamp server setup, please contact Wamp Customer Support in case issues still exist.
Regards,
Niharika Gupta