Technical notes

Extra Security

I like to keep my database name, username etc in a special secure place, not in the standard configuration file. So I'm going to make those changes next (details not published of course but in my personal notes!) This has not proved to be as simple as it should.  The first attempt gave a ...

Displaying Blog in the Root Directory

It's neat to keep all of the WordPress files in their own directory.  In particular, it adds to security to store the files in an unexpectedly named subdirectory (not wordpress but something a hacker is unlikely to guess).  However you might actually want the pages to appear in the root directory, as ...