I hope someone can help me to solve the following, probably technical, problem.
I use wampserver on my desktop with windows 7, with the documentroot in the OneDrive folder. That works perfectly. Through OneDrive, I synchronize the files in the documentroot with another computer.
Now I want to do the same on my tablet, running windows 8.1. I installed a new version of wamp. As installed, everything works fine. Now I want to change the directoryroot to a folder in OneDrive. So I adapted the file httpd.conf on two places:
DocumentRoot "c:/wamp/www/"
becomes
DocumentRoot "c:/Users/Fred Simons/OneDrive/WWW/"
and
<Directory "c:/wamp/www/">
becomes
<Directory "c:/Users/Fred Simons/OneDrive/WWW/">
After restarting the tablet, the wampserver icon is orange or red, Im am not sure. Clicking on localhost opens the browser, but it shows the message: cannot connect to the server at localhost.
As already mentioned, the same construction works fine under windows 7. All files in OneDrive are available offline, so on the tablet they should be the true files and not dummies. It looks like a typo, but I do not see any.
Many thanks for looking at my problem.