문제

Basically I'm working on a school project with my mate and we use Dropbox for everything but with PHP it's complicated with WAMP and everything. I want to know if it's possible to have a php file in C:\wamp\www\ that would point to the other files on our Dropbox C:\Users\Myname\Dropbox so we can easily work on Dropbox together and when we go in localhost we can access the files in Dropbox and not only those from www. I have tried 'include' but to no avail.

Thanks in advance.

I found out myself after a while for anyone reading this, add an alias in apache to the dropbox folder and then with local host you can access it.

도움이 되었습니까?

해결책

I found out myself after a while for anyone reading this, add an alias in Apache to the Dropbox folder and then with localhost you can access it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top