I recently installed Lampp server (version 1.7.7)
so I went to my local folder, which I believe is in /opt/lampp/htdocs because that's where I've installed my server in, and wanted to create a folder where I can put my projects in, but I couldn't because the option in the right-click menu isn't even available.
SO please any help would be very apreciated :)
|
|
|||||
|
|
First off, i'd do what others have suggested and point your browser at your home folder for the project, but to answer your question.... It's not available because your user doesn't have write access to it, you could...
Note on the chown one, check the webuser, probably www-data, but i've seen it as apache |
|||||
|
|
This is my personal, unsafe(see following) solution. But is fast too. Open a terminal window, Use sudo chmod 777 -r /opt/lampp/htdocs/ command. Now, you and everyone can Create Read Update Delete + Execute files / folders under /opt/lampp/htdocs. More information about Chmod can be found at: http://en.wikipedia.org/wiki/Chmod |
|||
|
|
The safest way to use you projects would be simply to store your files elsewhere and Just keep links to these files in your projects folder. |
|||
|
|
|
Change your DocumentRoot and place it in, for example, /home/your-name/my_websites folder |
|||||
|
