• network-server

    Clever Commands

    I keep forgetting this one, apart from proper ownership, the permissions on files also have to be correct. Changing file permissions If you have shell access to your server, you can change file permissions recursively with the following command: For Directories: [crayon-51a01b22e18fe/] For Files: [crayon-51a01b22e3b20/]

  • network-server

    Trying disqus for comments

    A quick test for using disqus as the commenty system, when you are hosting your site on a server with a slower connection it might time out….

  • network-server

    Adding posts by xml-rpc and displaying them in the sidebar

    I created a local WordPress a while ago that gets fed by xml-rpc from an application that plays my music, it logs albums that have been played and/or added again to the playlist). As an example of what can be done you can now see what is currently being played at my home, under the... Read more »

  • network-server

    Speeding Up wordpress with gmetrix

    Found gmetrix .  This website can test the speed of youe site and gives you tips on how to speed up your site. Looks like it is worthwhile to use and especially test themes with it. They have a special page for wordpress optimization See if you kan turn on KeepAlive on the server itself.... Read more »

  • network-server

    Nginx roundup

    So…. setting up nginx has a few pitfals, one thing that you need to do is that in nginx.conf  you have to specify the location of the site on the server for php, otherwise  it will think that the $_server['document_root'] is the default location that nginx was compiled with. I don’t like the fact that... Read more »

  • network-server

    Nginx and wordpress

    I looked into setting up nginx. This is supposed to be a faster web server than apache. For set up and installation you better search for information (Google for nginx php-fpm and your OS). The biggest issue is the rewrite rules used by apache and located in .htaccess files. I had tried nginx before and... Read more »