netcarver Posted November 9, 2019 Posted November 9, 2019 @Mikeinnc I think you have an error in the first line of your virtual host config. You posted that it has... <VirtualHost \*:80> I think it should be... <VirtualHost *:80> You will need to restart Apache after the edit. 2
Mikeinnc Posted November 9, 2019 Author Posted November 9, 2019 Thanks so much @netcarver. You are absolutely correct - that has solved the problem! Using the URL 'processwire.test' now takes me directly to the first page of PW rather than the Apache 'default page' and all the links continue to work. I'm very happy that, at last, I have a working system that I can build on! A real lesson in collaboration!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now