需要使用wp slug的htaccess重写规则

时间:2017-04-12 11:18:22

标签: wordpress .htaccess

需要以下条件的heaccess规则

SITEURL / slug SITEURL / cache / slug.html

http://192.168.1.52/development/icache/hello-world/

http://192.168.1.52/development/icache/cache/hello-world.html

1 个答案:

答案 0 :(得分:0)

RewriteEngine On
RewriteBase /development/icache/
RewriteRule ^hello-wo/$ /development/icache/cache/checkout.html? [L]