Running php files stored on OneDrive

后端 未结 4 1562
借酒劲吻你
借酒劲吻你 2021-02-15 16:15

I am developing a php project, having the project files stored on OneDrive so that I can access them from anywhere.

I have set up XAMPP, with a VirtualHost

4条回答
  •  庸人自扰
    2021-02-15 16:57

    I've not been able to solve the issue, but I've found a workaround:

    1. Store the project files outside of OneDrive.
    2. 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.

提交回复
热议问题