Forum Moderators: phranque
RewriteEngine On
RewriteBase /faq/
# PMF faq record page
# * http://example.com/content_1_1_<LANGUAGE CODE>.htm
# * http://example.com/content_1_1_<LANGUAGE CODE>.html
RewriteRule content_([0-9]+)_([0-9]+)_([a-z\-]+)\.htm(l?)$ index.php?action=artikel&cat=$1&id=$2&artlang=$3 [L,QSA] http://example.com/faq/content_1_1_zh.html http://example.com/faq,but the URL keep originals like this http://example.com/faq/content/1/1/zh/%E4%BB%80%E4%B9%88%E6%98%AF%E4%BF%A1%E7%94%A8%E8%AF%81%E5%91%A2%EF%BC%9F.html [edited by: jdMorgan at 2:12 pm (utc) on Feb. 2, 2010]
[edit reason] Please use example.com. [/edit]