Error 404 on installation SOLVED

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

 

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

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 Like