Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top