Typecho 如何将后台更改为https

WBOY
Release: 2016-06-06 20:32:08
Original
1429 people have browsed it

之前博客并不是https的,这几天弄了一个SSL证书,导入后,前端已经是完美https了,但是后台管理界面进去还是自动跳转到http页面,数据库内的SiteUrl项已经修改过了,请问还有什么别的地方需要改么,谢谢。

PS:服务器架构使用LANMP。

回复内容:

之前博客并不是https的,这几天弄了一个SSL证书,导入后,前端已经是完美https了,但是后台管理界面进去还是自动跳转到http页面,数据库内的SiteUrl项已经修改过了,请问还有什么别的地方需要改么,谢谢。

PS:服务器架构使用LANMP。

打开根目录config.inc.php文件,添加以下常量定义即可解决:
define('__TYPECHO_SECURE__',true);

不过,在访问后台地址时,得访问如下格式的地址:
https://yourname.com/admin/
注意末尾必须得加上一个/,我也不知道为什么

顺便问下楼主,有没有发现使用了SSL之后,评论提交不了了?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!