适用于阿里云ACE的WordPress Rewrite规则
小K 10年前(2014-08-11) 3065浏览 0评论
rewrite: – url: ^$ script: /index.php last – url: ^/(?!wp-)([\w/_-]+(\.html$)?)$ script: /index.php/$1 last 这段规则...
小K 10年前(2014-08-11) 3065浏览 0评论
rewrite: – url: ^$ script: /index.php last – url: ^/(?!wp-)([\w/_-]+(\.html$)?)$ script: /index.php/$1 last 这段规则...
小K 10年前(2014-06-12) 2714浏览 0评论
将下载的包解压后,把文件夹中的所有伪静态配置文件上传到 /usr/local/nginx/conf/rewrite中,然后在虚拟主机中设置伪静态的选项里就能看到添加的伪静态规则,选择相应的规则即可。 点击下载:AMH 伪静态规则 转载请注明:小康的个...