Running WordPress on NearlyFreeSpeech, Resolving Permalink + Upgrade Issues

Previously I moved to NearlyFreeSpeech, and got some errors. I follow this tutorial but it didn’t solve my problem. But it helped me a lot to locate my problem.
- Install WordPress with famous 1 minute installation, if your blog is already installed, skip this step.
- ssh to the server using credentials given. You can view your credentials here: https://members.nearlyfreespeech.net/sites/your_site_name. Windows: putty, Mac: Terminal, Linux: You know what.

  1. cd ..
  2. chgrp -R web public
  3. find . -type f -exec chmod 664 {} \;
  4. find . -type d -exec chmod 775 {} \;

- test it.

It worked well for me, comment are welcome.

Leave a Reply