Nếu muốn đổi cho hml thì e fai sửa cái nì sao?
Code:
#Bật mod rewrite ^_^
RewriteEngine on
Options +FollowSymlinks
# Dấu / là path tính từ root folder
RewriteBase /
Code:
RewriteRule ^[Fake URL] [Real URL]
Code:
RewriteRule ^posts/list/([0-9]*).html index.jsp?view=posts&show=list&id=$1