重写userprofile URL

时间:2011-02-11 22:22:03

标签: apache mod-rewrite

任何想法如何更改在此mod-rewrite脚本中删除.html如果我删除“.html”

RewriteRule ^([^/]*)\.html$ /userprofile.php?member_id=$1 [L]

作为

http://site.com/25.html 但希望将其作为

http://site.com/25

0 个答案:

没有答案