How to remove category word from your URL- WordPress and WordPressMU

Open your .htaccess file. This file you will find in your root directory. Just copy and past following code in that file. RewriteRule ^category/(.+)$ http://images.wordpressapi.com/$1 [R=301,L] Don’t forget to replace the wordpressapi.com/files/ to your site name. Have fun!

Mysql table types

As of MySQL 4.1, the list of table types is available directly through the SHOW TABLE TYPES statement: mysql> SHOW TABLE TYPES; +——–+———+———————————————————–+ | Type | Support | Comment | +——–+———+———————————————————–+ | MyISAM | DEFAULT | Default type from 3.23 … Continue reading