适用于阿里云ACE的WordPress Rewrite规则
小K 11年前(2014-08-11) 3602浏览 0评论
rewrite: – url: ^$ script: /index.php last – url: ^/(?!wp-)([\w/_-]+(\.html$)?)$ script: /index.php/$1 last 这段规则...
小K 11年前(2014-08-11) 3602浏览 0评论
rewrite: – url: ^$ script: /index.php last – url: ^/(?!wp-)([\w/_-]+(\.html$)?)$ script: /index.php/$1 last 这段规则...