WordPress |
2007-12-21
|
So yeah, my wordpress site got hacked and spammed. I took some time to update to 2.3
I still don't like how annoying web apps are to update in general, it always feels a lot more painful than it should be. At the top of the list of annoyances is figuring out what the version of WordPress is I'm installing. The tarball is latest.tar.gz, the readme.html says 2.3, and only after installing it do I know that it's 2.3.1
Maybe I'm too hung up on releases.
Anyway, apologies for the planet spamming. If you have any more suggestions for securing my wordpress install, let me know.
[root@insomnia ~]# cat /etc/httpd/conf.d/wordpress.conf
order deny,allow
allow from 192.168.0.0/16
deny from all
Comment by Vitaliy — 2007-12-21 @ 20:21
Installing and updating with subversion makes things a lot easier
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion
Comment by Seb — 2007-12-22 @ 01:39