Yes man, i only have 1 website, its a fresh new installation.
My Magento root folder is inside /var/www/html
Inside this folder u can see the app, vendor, pub, bin folders.
Yes i have .htacess in app folder
<IfVersion < 2.4>
order allow,deny
deny from all
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>
I am using apache on Debian
Anyone?
Moved to a new server. The .htaccess in my app folder was missing. That did the trick.