Not Found
The requested URL was not found on this server.
Apache/2.4.58 (Ubuntu) Server at wdcprp.com Port 80
When pressing head on to the installer. Rewrite engine is on. Self-hosting using AWS EC2. I can’t provide any logs as it says nothing in logs. What have I done wrong, and how to fix?
At least you can see the difference(s) between your config and the example, most probably your RewriteEngine is off or miss configured, thus your server is trying to open a physical directory (/install) instead of considering it as a route.
At least you can see the difference(s) between your config and the example, most probably your RewriteEngine is off or miss configured, thus your server is trying to open a physical directory (/install) instead of considering it as a route.
Good luck
You are a lifesaver. I didn’t see that vhost config file on the installation page XD. Thank you so much!