Keep getting 404: Resource not found #118
Social-Brothers
started this conversation in
General
Replies: 2 comments
-
Hi, This is most likely a permission or an apache2 mod_rewrite issue. Have a look here #34 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am trying to set up 2Fauth on my Digitalocean droplet. For this I installed PHP (8.1.2, with necessary extensions), Mysql and Apache.
I've followed the setup tutorial completely twice now, but still run into the same problem. When I have installed everything I get a dark 404 screen on the site with the text "404" and "Resource not found".
My virtual host looks like this:
I've already tried adding or removing qoutes in the back of the and setting the AllowOverride to all, but this doesn't help my problem.
The code has not been modified directly from Github. The Artisan commands ran without any problems and my .env looks like this:
Does anyone know what the problem could be?
Beta Was this translation helpful? Give feedback.
All reactions