ZachP Posted Sunday at 06:50 PM Report Posted Sunday at 06:50 PM 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? You can test this by going to http://wdcprp.com Quote
DisposableHero Posted 13 hours ago Report Posted 13 hours ago Did you checked docs about Apache vhost config ? https://docs.phpvms.net/installation/vhost#apache 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 Quote
ZachP Posted 8 hours ago Author Report Posted 8 hours ago 4 hours ago, DisposableHero said: Did you checked docs about Apache vhost config ? https://docs.phpvms.net/installation/vhost#apache 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! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.