标签: .htaccess
如何建立链接: http://example.com/blog.php?category=1&page=1 于: http://example.com/news/1/ 我试试这个:
RewriteRule ^news/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$ blog.php?cat=$1&page=$2 [NC,L]
但它不起作用。
谢谢。