Change WordPress file rights on Synology

If you copied a wordpress file structure to your NAS you possible endup in wrong file rights.

Open Telnet session and change to superuser modeĀ . After that, change owner and rights so WordPress is working without errors.

su sudo

cd /volume1/web

chmod -R 644 ./wordpress
chmod -R a+rX ./wordpress
chown -R http:http ./wordpress

Result:


 

This entry was posted in Fix IT, Information Technology and tagged , . Bookmark the permalink.

Comments are closed.