【发布时间】:2013-02-16 10:08:24
【问题描述】:
我有这个动态链接:
http://www.nortedigital.mx/article.php?id=36175&t=dobla_las_manos_el_snte__avala_reforma_educativa
我需要像这样以 URL 友好的方式进行转换:
http://www.nortedigital.mx/36174/se_enriquecio_elba_en_sexenios_del_pan.html
我有这个 RewriteRule:
RewriteRule ^([^/]*)/([^/]*)\.html$ /article.php?id=$1&t=$2 [L]
但不起作用。拜托,有人可以帮帮我吗?
【问题讨论】:
-
测试 RewriteRules 的好资源是:htaccess.madewithlove.be - 仅供将来参考! (欢迎来到!)
-
谢谢 GordonsBeard!很有帮助。
标签: .htaccess mod-rewrite url-rewriting seo friendly-url