Jan 24
Wordpress seems to have problems sometimes with auto updating the plugins or for upgrades. Create a file “.htaccess” in your main source directory — where the directories wp-admin, wp-content, wp-includes reside with this as content.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
AddType x-mapp-php5 .php
AddType text/html .shtml .html
AddHandler server-parsed .shtml .html
AddHandler x-mapp-php5 .php
# END WordPress
It had been bothering me for a while and thanks to Wordpress Support I’ve been able to figure out the solution. Let me know if it helps you.
Tagged with: auto update fix • wordpress
Jan 17
In one of these rare retrospective moments after a long day’s work and quite a bit of malted barley, I realized how reading books had given a completely different perspective, sometimes even a tangential view of certain aspects. It is almost as if writing/reading are man’s best inventions. Reading voraciously has been something that I started really early, partly because of my grandfather, Kolar Krishna Iyer (who wrote Great Men and Women of Puranas
and others) and partly because I was head-over-heels over my English school teacher. It is definitely something that has grown into one of my favorite pastimes and its highly probable, it’ll stay that way.
Fast forward to today – I’ve an hour train journey daily and after discovering a public library close to home with tons of great books, I see no reasons why I should not indulge a lot more. Another great thing about reading books is that is that it goes well with my new years resolution of blogging more interesting stuff often. In the age of 140 chars, blogging might actually sound wierd to some people — I’ve my reasons and thats an another post, a long one actually.
This is my current queue of books. I’ve read a lot of science fiction and am looking to branch out. For some reason, I also want to read Milton’s Paradise Lost this year.

Dune by Frank Herbert

Complete Guide to Guys by Dave Barry

The Pelican Brief by John Grisham

1984 by George Orwell

Short Stories by W.Somerset Maugham
Have any comments, suggested reading lists/books? I’m all ears.
Side Note : I used Amazon Showcase for Wordpress for the display above, and the geek that I am, spent more time hacking the CSS and the widget code than for the actual writing of this post.
Tagged with: books
Recent Comments