【发布时间】:2014-02-09 10:58:15
【问题描述】:
我必须使用 .htaccess 从 url 中删除 4 个子目录
网址是http://website.com/wp-content/themes/site/what-is-kinesiology/index.php
我需要这个http://website.com/what-is-kinesiology/
我在网站上有大约 10000 个页面。
【问题讨论】:
我必须使用 .htaccess 从 url 中删除 4 个子目录
网址是http://website.com/wp-content/themes/site/what-is-kinesiology/index.php
我需要这个http://website.com/what-is-kinesiology/
我在网站上有大约 10000 个页面。
【问题讨论】:
RewriteRule /(.+) /wp-content/themes/site/$1/index.php [NC,L]
【讨论】: