[Solved]Cannot share development folder on desktop with VBox
Posted: 3. Nov 2014, 17:55
I'm doing a tutorial through lynda on setting up linux using virtualbox.
It was going fine until I had to create a file in my development folder. It's been set up as a shared folder so I can write files straight on to the virtual server (I think).
I'm writing small scripts in to the shared folder and I'm getting a 404 error for each. For something like sandbox-dot-dev:8080/errors.php or sandbox-dot-dev:8080/hello.html (with just a 'hello world' in there).
Additional Info;
In VirtualBox if I go settings - >shared folders - >machine folders, my 'sandbox' folder is definitely the one being used.
When I go to [mydevelopmentserver][slash]]server-status - it works as expected. Information about the server.
I have installed Ubuntu 14.04 LTS. I've installed a lot of packages. Things started going wrong on the 'Configuring the Apache web server' section so maybe it's an apache problem.
I have looked on the server through the command line at /var/www/html. It's looks nothing like the shared folder. Just one index page which, when looking at it in nano, tells me it's the default ubuntu homepage. But I cannot navigate to it in the U-R-L at all.
Can someone help?
It was going fine until I had to create a file in my development folder. It's been set up as a shared folder so I can write files straight on to the virtual server (I think).
I'm writing small scripts in to the shared folder and I'm getting a 404 error for each. For something like sandbox-dot-dev:8080/errors.php or sandbox-dot-dev:8080/hello.html (with just a 'hello world' in there).
Additional Info;
In VirtualBox if I go settings - >shared folders - >machine folders, my 'sandbox' folder is definitely the one being used.
When I go to [mydevelopmentserver][slash]]server-status - it works as expected. Information about the server.
I have installed Ubuntu 14.04 LTS. I've installed a lot of packages. Things started going wrong on the 'Configuring the Apache web server' section so maybe it's an apache problem.
I have looked on the server through the command line at /var/www/html. It's looks nothing like the shared folder. Just one index page which, when looking at it in nano, tells me it's the default ubuntu homepage. But I cannot navigate to it in the U-R-L at all.
Can someone help?