Viewing 1 replies (of 1 total)
  • I’m not sure this is the solution, but at least here’s how to fix the permissions on your files and folders.

    IF this is really a permissions problem, I’m sorry but I can’t tell on my end.

    find /home/your_blog_folder/wordpress_folder -type d -exec chmod 755 {} \;
    find /home/your_blog_folder/wordpress_folder -type f -exec chmod 644 {} \;

    That has to be ran in a “shell” window, each line at a taime (and you will need to update the path to where your blog is hosted, once again unless you can run shell commands yourself – and then the command is “pwd” for print working directory -, you’ll have to ask your web host), perhaps you can do it, or you can ask otherwise your web host to run it for you 🙂

Viewing 1 replies (of 1 total)

The topic ‘admin login access’ is closed to new replies.