「爱主题全站正式启用HTTPS」的评论 https://www.iztwp.com/article/iztwp-https.html WordPress主题,WordPress模板,WordPress企业主题,WordPress主题下载 Wed, 07 Aug 2019 06:19:12 +0000 hourly 1 https://wordpress.org/?v=6.7 评论者:加油5580 https://www.iztwp.com/article/iztwp-https.html/comment-page-1#comment-237358 Mon, 21 Nov 2016 10:09:19 +0000 https://www.iztwp.com/premium/.html#comment-237358 回复给 爱主题

非常感谢 已经开启 已经收藏 会常来发现新技术^_^

]]>
评论者:爱主题 https://www.iztwp.com/article/iztwp-https.html/comment-page-1#comment-237357 Mon, 21 Nov 2016 09:44:19 +0000 https://www.iztwp.com/premium/.html#comment-237357 回复给 加油5580

location / {
# if the requested file exists, return it immediately
if (-f $request_filename) {
break;
}

set $rewrite 1;
if ($request_method = POST) {
set $rewrite 0;
}
if ($query_string != "") {
set $rewrite 0;
}
if ($http_cookie ~* "(comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle)") {
set $rewrite 0;
}

set $file_ext "";
if (-f "$document_root/wp-content/cache/all$request_uri/index.html") {
set $file_ext .html;
}
if (-f "$document_root/wp-content/cache/all$request_uri/index.xml") {
set $file_ext .xml;
}
if ($file_ext = "") {
set $rewrite 0;
}

if ($rewrite = 1) {
rewrite .* "/wp-content/cache/all$request_uri/index$file_ext" last;
}

# all other requests go to WordPress
if (!-e $request_filename) {
rewrite . /index.php last;
}
}

]]>
评论者:加油5580 https://www.iztwp.com/article/iztwp-https.html/comment-page-1#comment-237354 Fri, 18 Nov 2016 02:51:03 +0000 https://www.iztwp.com/premium/.html#comment-237354 可以求一个贵站的 WP Fastest Cache 重写nginx的伪静态规则吗? 谢谢 ,正准备用 这个缓存插件 。
还有一个咨询一下如果用七牛或者又拍 装了这个WP Fastest插件的CDN功能就直接可以用了吗 还是要装wp 七牛 或者又拍的配合?
谢谢

]]>