Correct permissions on Xampp
-
Gents, I have a real problem to get the correct privileges on Xampp for WordPress. I’m working on Ubuntu 19.04.
My user is: jos.
Xampp runs on the user daemon and group daemon.
I have made user jos owner of the htdocs folder:
sudo chmod -R 755 /opt/lampp/htdocs/
sudo chown –R jos:jos /opt/lampp/htdocsThe user jos needs to modify an installed theme. I can only do that by opening the files as su. That’s not a good way to work.
I have added jos to the group daemon and the user daemon to the group jos. That’s not enough, I still have to work as superuser to make changes.
So how do I set the privileges for user jos correctly?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Correct permissions on Xampp’ is closed to new replies.