Wordpress Permissions + Commands Linux

Please see the following links before reading on to ensure you understand the commands:

http://codex.wordpress.org/Hardening_WordPress
http://codex.wordpress.org/Changing_File_Permissions


You can run these commands from the root of your website via SSH to change the file permissions to the Wordpress recommended ones:

find . -type f -exec chmod 644 {} +
find . -type d -exec chmod 755 {} +


  • Plesk, Wordpress, Permissions
  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

Changing passwords in Plesk

Please see the following flash tutorial:Changing plesk passwords

Using the Plesk File Manager

To use the Plesk File Manager please see the following:Plesk File Manager

How to alter the look of your Plesk Desktop

Please see the following flash tutorial:Changing my Desktop on Plesk

Adding sub domains to Plesk

Adding Sub domains to Plesk First login to PleskGo to the domain you want to add the subdomain...

Using the Plesk Webmail [Horde]

Webmail can typically be accessed via http://webmail.domain.com/ however in some instances this...