emlog - 双城小站

IIS7.5 URL重写 HTTP重定向到HTTPS


Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14

Warning: getimagesize(): Failed to enable crypto in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14

Warning: getimagesize(https://www.a-nan.com/content/uploadfile/201806/6e031530255627.png): failed to open stream: operation failed in C:\html\csoft\wwwroot\content\templates\MeiYing\log_list.php on line 14
由于本站启用了SSL,需要把原来http://www.a-nan.com自动重定向到https://www.a-nan.com 这里记录了我重写到HTTPS的方法: 1、服务器打开IIS,在左侧选中需要开启HTTPS的网站,在右边找到"SSL设置",双击进去,把"要求 SSL"的勾去掉,然后点击应用; 2、选中需要开启HTTPS的网站,在右边找到"URL重写" 双击进入"URL重写",点击右边的"添加规则..." ...
阅读全文

让emlog不显示某个分类的方法

一、首页不显示某个分类的文章     修改emlog根目录include/controller/log_controller.php下     找到$sqlSegment ='ORDER BY top DESC ,date DESC';(我用的emlog5.3.1是第19行)     将这行修改为$sqlSegment ='and sorti...
阅读全文

对《魅影》的修改

1、移除了页面LOGO; 2、移除了页面标题右边的:“归档”、“留言”、“RSS”、“搜索”; 3、在标题菜单右边,加入了搜索控件; 4、在侧边栏加入了“站点统计”组件; 5、修改侧边栏“关于我”组件内容为站点个人资料; 6、修改侧边栏“友情链接”组件、自定义组件的样式; 7、增加侧边栏“友情链接”组件在全部界面的显示,而不只是显示在首页; 8、修改底部版权信息; 2018-05-28 9...
阅读全文