I'm using a MacBook Pro 2017 with macOS High Sierra. I use apache for my local development environment; however, for a couple of weeks I could not manage to access my localhost.
When I navigate to localhost, only thing appears on the screen is a
404 - Not Found
I tried:
apachectl configtest
and get an
Syntax OK
Interesting thing about the localhost, in the title it writes
Valet - Not Found
which makes me think the problem might because of Laravel's valet.
Also here is my /etc/apache2/users/username.conf file
<Directory "/Users/username/Sites">
AllowOverride All
Allow from All
Options Indexes MultiViews FollowSymLinks
Order allow, deny
</Directory>
And my /etc/apache2/httpd.conf file https://hastebin.com/ogagobocek.apache
I really need your help since my development has stopped because of this error.