First Wordpress 2.0 Post
Well I have officially migrated myself over to Wordpress 2.0. Not bad so far, although I did have an issue with my index.php file. Can’t remember if I had this problem in the past before, but it seems that the index file is hardcoded to believe that the file exists in the ./wordpress/ directory. For someone who has their index file outside that directory it requires a bit of tweaking but nothing major, all I had to do was change line 4 to read:
require(’./wordpress/wp-blog-header.php’);
And then everything was copacetic again. Also, I turned off the “require users to be registered and logged in” to comment as there is a new comment spam tool that is supposed to work really well. I’ll give it a try and see how much spam I have to get rid of and be the judge at a later point. In the mean time, upgrade your blogs and get posting.