I’m working on an old PHP project (pre-www folder time) and want to add an extension. It’s not letting me do it because there isn’t a web root set. So I’ve created a folder called ‘www’ and set that as the route. It asks me if I want to move everything into it, I say yes, it moves most but then gives an error.
So, I revert things back using git and this time I create the ‘www’ folder and move everything into it myself. I then set the web root and it asks me again if I want to move everything. This time I say no. However, I end up with duplicate folders of dmxConnect and dmxConnectLib outside of the www folder. And when I go back into the settings, the web root field is empty again.
How can I resolve this?