需要以下条件的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
答案 0 :(得分:0)
RewriteEngine On
RewriteBase /development/icache/
RewriteRule ^hello-wo/$ /development/icache/cache/checkout.html? [L]