I can launch Apache successfully using the command line option "UniController.exe start_apache", but I want to do this from VBA code in Excel or Access.
The server starts fine, but when I try to access a URL (from a browser on localhost or elsewhere) I get 403 Forbidden. This only happens when I run the batch file from code: it works perfectly if I run the very same batch file manually. I don't understand why access should differ since it's surely using the same config files in each case.
What am I missing?
Thanks
Ian