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.
-
cd ..
-
chgrp -R web public
-
find . -type f -exec chmod 664 {} \; -
find . -type d -exec chmod 775 {} \;
- test it.
It worked well for me, comment are welcome.
Running WordPress on NearlyFreeSpeech, Resolving Permalink + Upgrade Issues is posted on February 5th, 2010 by buchin. This post is filed under: Web Hosting .
Leave a Reply