Issue
I wanted to change the folder from which Wamp reads its files, from the www
folder inside the wamp folder to somewhere else.
I've tried to change the httpd.conf
file and replace each occurrence of the original www
folder with my new folder. The problem is that after I do that and run Wamp, it is stuck on an orange icon with the message "Server Offline" and doesn't seem to really start. When I change the httpd.conf
file back to what it was Wamp manages to run successfully.
What am I doing wrong? How can I change the www
folder and still have a working Wamp?
Solution
Apparently it was because I tried to change my Wamp directory to something inside Google Drive. This solved my problem: https://stackoverflow.com/a/14444634/458152
Answered By - Cokegod Answer Checked By - Marie Seifert (WPSolving Admin)