Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @mabufoysal
    Sorry for the trouble. To fix WordPress files and folder permission issues, you can follow these steps:

    1. Connect to your WordPress site using an FTP client or use the file manager provided by your web hosting control panel.
    2. Navigate to the root folder of your WordPress installation. The root folder contains folders such as “wp-content,” “wp-includes,” and “wp-admin.”
    3. Change the permission of the “wp-content,” “wp-includes,” and “wp-admin” folders to 755.
    4. Change the permission of all the files inside these folders to 644.
    5. Change the permission of the root folder to 755.
    6. Change the permission of the “wp-config.php” file to 644.
    7. If you have a custom plugin or theme installed, change the permission of those folders to 755 and the files inside those folders to 644.
    8. If you are still experiencing issues, you can try setting the permission of all folders to 775 and all files to 664. However, remember that this can be a security risk and should only be done as a last resort.
    9. It is generally a good idea to keep the permissions as restricted as possible to improve security.

    I hope this helps! Let me know if you have any other questions.

    Thread Starter mabufoysal

    (@mabufoysal)

    Thanks @faisalahammad . That means I should set all folder permissions to 755 and all files permissions to 664, right ?

    Hi @mabufoysal
    Sorry for the delay. Yes, you’ve to set these permission rules for all files and folders.

    Give it a try, and let me know how that goes! ??

    Thread Starter mabufoysal

    (@mabufoysal)

    Thanks @faisalahammad .

    I set all folder permissions to 755 and all files permissions to 664.

    View post on imgur.com

    But why I am getting below error ?

    View post on imgur.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Correct folder & file permisson for WordPress’ is closed to new replies.