AutiCodes
Verified User
- Joined
- Jun 9, 2024
- Messages
- 40
Hi. So i migrated one Wordpress site from DirectAdmin to mine DirectAdmin.
Now i checked that everything has the ownership of the domain. Also runned these commands in public_html:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Automatic updates/plugins installs fails and the Redis plugin says "Filesystem not writable".
Now. I checked the perms/ownership from the base directory "/home/".
The domain is trmc.
The perms/ownerships:
- /home/trmc: drwx--x--- 17 trmc access 4096 Jul 6 18:05
- /home/trmc/domains: drwx--x--x 6 trmc trmc 4096 Jun 24 10:40
- /home/trmc/trmc.nl: drwx--x--x 8 trmc trmc 4096 Jul 3 20:09
- /home/trmc/trmc.nl/public_html: drwxr-xr-x 8 trmc trmc 4096 Jul 6 18:41
- /home/trmc/trmc/nl/public_html/ (all the WP directorysinside): drwxr-xr-x 13 trmc trmc
Al the directorys/files in /home/trmc/trmc/nl/public_html/ are 755 (dir) and 644 (files).
How can i fix this? Im out of guesses
Now i checked that everything has the ownership of the domain. Also runned these commands in public_html:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Automatic updates/plugins installs fails and the Redis plugin says "Filesystem not writable".
Now. I checked the perms/ownership from the base directory "/home/".
The domain is trmc.
The perms/ownerships:
- /home/trmc: drwx--x--- 17 trmc access 4096 Jul 6 18:05
- /home/trmc/domains: drwx--x--x 6 trmc trmc 4096 Jun 24 10:40
- /home/trmc/trmc.nl: drwx--x--x 8 trmc trmc 4096 Jul 3 20:09
- /home/trmc/trmc.nl/public_html: drwxr-xr-x 8 trmc trmc 4096 Jul 6 18:41
- /home/trmc/trmc/nl/public_html/ (all the WP directorysinside): drwxr-xr-x 13 trmc trmc
Al the directorys/files in /home/trmc/trmc/nl/public_html/ are 755 (dir) and 644 (files).
How can i fix this? Im out of guesses