【发布时间】:2014-05-02 18:35:32
【问题描述】:
我在为 wordpress 重写 url 时遇到一些问题
我有这样的网址:
http://example.com/mentor-profile/?mentor_slug=dr-jonathan-fass
http://example.com/mentor-profile/?mentor_slug=neha
这对用户和 SEO 不友好,我想要这样的 URL:
http://example.com/dr-jonathan-fass
http://example.com/neha
我正在更改.htaccess 文件,但出了点问题。谢谢。
【问题讨论】:
-
使用WP_Rewrite 使用Rewrite API?
标签: wordpress .htaccess url-rewriting