• I recently did a self-installation of WP 2.8.4. The WP blog is now up and running but there is a problem. I am unable to do any file management through WP admin.

    For example: I am Editing Themes show this meaasage (You need to make this file writable before you can save your changes. See the Codex for more information.) then i am manually change the file permission to 775 then works fine

    My Question is how i can set in my server by defult file permission 775 to all files i am using Linux Web Hosting server

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have command line access or SSH then you can use chmod -R 755 *

    But also please talk to your host about what permissions they recommend for files and folders.

    Hi,

    Check with these options:

    -> Make sure that your user has admin rights.
    -> Remove all unwanted code from htaccess
    -> disable all the plugins and enable it one by one to find out the culprit.
    -> Assign 766 recursive permissions to wp-contents folder
    -> Check with default theme to rules out theme level issues.

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Permissions’ is closed to new replies.