Code:
RewriteEngine on
RewriteRule ^Thumucthaythe/([_A-Za-z0-9-]+)/?$ index.php?chuoitruyvan$1
RewriteRule ^categories/([_A-Za-z0-9-]+)/([0-9]+)-([0-9]+)/?$ index.php?action=browse&catname=$1&page=$2&limit=$3 [S=1]
RewriteRule ^categories/([_A-Za-z0-9-]+)/?$ index.php?action=browse&catname=$1
RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ index.php?action=browse&searchterm=$1&page=$2 [L]
Cái này tôi làm lâu gòi, bạn cứ theo ghi chú mà làm, mod rewrite sẽ ghi đè phần link ảo bằng link thật tức là thay vì bạn dùng link sau
http://hackernohat.googlepages.com/index.php?abc=nohat&hat=no
thì nó sẽ thay thế lại theo ý bạn dạng như sau
http://hackernohat.googlepages.com/abcnohat/hatno
Rất dễ bạn nghiên cứu thử xem