netcarver 2,704 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 Share this post Link to post Share on other sites
Mikeinnc 0 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! Share this post Link to post Share on other sites