ZachP Posted Sunday at 06:50 PM Report Posted Sunday at 06:50 PM (edited) 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 EDIT: Fix using https://docs.phpvms.net/installation/vhost#apache Edited Tuesday at 07:24 PM by ZachP Quote
DisposableHero Posted Monday at 11:45 AM Report Posted Monday at 11:45 AM 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 Monday at 04:13 PM Author Report Posted Monday at 04:13 PM 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! 1 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.