December 17, 2010

The Coder Zone Stats 2010

It's a fact: 2010 comes to an end in 2 weeks, and it's time for me to take stock of the year, get some numbers, think about them… As I did last year.

December 16, 2010

What my htaccess looks like in Zend Framework

While coding under Zend Framework there's a standard for what htaccess files should look like. Using mod_rewrite every request is checked against the filesystem for existance, and then served. If it does not exists, the control passes to index.php who starts the Zend Application.

Since, even nowadays, every disk access is paid in valuable time, I made my own htaccess, optimized for disk avoidance whenever possible. After all, it's only a convention to follow, isn't it?