Just installed locally on Windows 10 and MAMP. Installation went fine, but not the admin page. I used a virtualhost and load my site like this: local.mywebsite.com. Frontpage work fine, but httptp://local.mywebsite.com/processwire/gives a 404 error.
My virtualhost in MAMP apache config is set like that, and MAMP is running on port 80.
<VirtualHost *:80>
DocumentRoot "C:\Users\Fred\sites\mywebsite"
ServerName local.mywebsite.com
</VirtualHost>
I also added the following in windows hosts file, at the end:
127.0.0.1 local.mywebsite.com
Any idea why the admin page dont load?
Edit: if this could help, every other subpages dont works either. Ex. http://local.mywebsite.com/about/