【发布时间】:2013-04-18 15:23:52
【问题描述】:
我的网站有这样的网址
http://www.mydomain.com/index.php?page=doctors&docid=99
使用 SEO 重写
RewriteRule ^doctors/([0-9]+)/(.*).html$ index.php?page=doctors&docid=$1 [L]
我明白了
www.mydomain.com/doctors/13/Dr.-John-Smith.html
但我想要一个像这样更友好的网址
www.mydomain.com/Dr.-John-Smith.html
我怎样才能获得这个网址。
【问题讨论】:
-
您能提供更好的解决方案吗..??
标签: apache .htaccess url mod-rewrite seo