Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwebroot/544c3b5b7dcf0b8fd96c0dbef8a5d69f to your computer and use it in GitHub Desktop.
Save iwebroot/544c3b5b7dcf0b8fd96c0dbef8a5d69f to your computer and use it in GitHub Desktop.
Fix Error 404 - Laravel 5.8 in local domain - php v7.x
...
<Directory "Your Public Laravel Directory">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment