Running php files stored on OneDrive
I've not been able to solve the issue, but I've found a workaround:
- Store the project files outside of OneDrive.
- Make a symbolic link in the OneDrive folder to the project folder outside of OneDrive.
With this setup I'm able to run my PHP application, since the project files are not physically located in the OneDrive folder, and the project files are still uploaded and backed up on OneDrive due to the symbolic link.