how about if i want to change :
/index.php?category=book#category2=lifestyle#status=promo
into :
/book/lifestyle/promo.html
Thanks
RewriteEngine On
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)/([a-zA-Z]+).html$ /index.php?category=$1&category2=$2&status=$3 [NC,L]