Title: Karlog-IT Simple SSL
Author: Viktor Holk
Published: <strong>2020 年 8 月 31 日</strong>
Last modified: 2020 年 8 月 31 日

---

搜索插件

![](https://ps.w.org/karlog-it-simple-ssl/assets/banner-772x250.png?rev=2372180)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/karlog-it-simple-ssl/assets/icon-256x256.png?rev=2372180)

# Karlog-IT Simple SSL

 作者：[Viktor Holk](https://profiles.wordpress.org/vhgkarlogit/)

[下载](https://downloads.wordpress.org/plugin/karlog-it-simple-ssl.1.1.zip)

 * [详情](https://cn.wordpress.org/plugins/karlog-it-simple-ssl/#description)
 * [评价](https://cn.wordpress.org/plugins/karlog-it-simple-ssl/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/karlog-it-simple-ssl/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/karlog-it-simple-ssl/#developers)

 [支持](https://wordpress.org/support/plugin/karlog-it-simple-ssl/)

## 描述

A simple WordPress plugin that redirects your site to HTTPS

### Simple SSL

With Simple SSL you can enable HTTPS redirect for your website that is running on
a Apache-based webserver.
 It is required to have a valid SSL certificate for your
site that we do not provide.

### What does the plugin do?

It configures your .htaccess file which is a configuration file used by Apache.

We add the following setting that configures your website to redirect all traffic
to HTTPS.

    ```
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
    ```

We also automatically update your general settings to use HTTPS instead of HTTP.

You can easily enable and disable all this from the admin page.

## 屏幕截图

[⌊Admin Dashboard⌉⌊Admin Dashboard⌉[

Admin Dashboard

## 安装

 * Download the plugin and activate it on your plugins page.
 * A new menu will appear in your dashboard named \”Simple SSL\”.
 * Go to the \”Simple SSL\” menu and enable the plugin.
 * Simple as that!

## 常见问题

### I cant access my website after i have enabled the plugin?

This is because you don\’t have a valid SSL certificate required for your website.

The site now redirects all HTTP traffic to HTTPS, and it can\’t do that when no 
certificate is provided.

### How do i manually revert the plugin changes?

 * First, make sure you can access your site with either FTP or source control.
   .
   htaccess
 * Go to your project directory and open your .htaccess file.
 * Remove all lines between \’# BEGIN HTTPS DIRECT\’ and \’# END HTTPS DIRECT\’.
   
   General Settings
 * Go to your wp-config.php, also in your project directory.
 * Add the following lines to the file (With your domain name).
    define( \’WP_HOME\’,\’
   http://{YOUR DOMAIN NAME}\’ ); define( \’WP_SITEURL\’, \’http://{YOUR DOMAIN 
   NAME}\’ );

## 评价

此插件暂无评价。

## 贡献者及开发者

「Karlog-IT Simple SSL」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Viktor Holk ](https://profiles.wordpress.org/vhgkarlogit/)

[帮助将「Karlog-IT Simple SSL」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/karlog-it-simple-ssl)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/karlog-it-simple-ssl/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/karlog-it-simple-ssl/)，或通过[RSS](https://plugins.trac.wordpress.org/log/karlog-it-simple-ssl/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/karlog-it-simple-ssl/)。

## 更新日志

#### 1.1

 * Fixed appending whitespace when updating .htaccess

#### 1.0

 * Initial version.

## 额外信息

 *  版本 **1.1**
 *  最后更新：**6 年前**
 *  活跃安装数量 **不到10**
 *  已测试的最高版本为 **5.5.18**
 *  语言
 * [English (US)](https://wordpress.org/plugins/karlog-it-simple-ssl/)
 * 标签
 * [http](https://cn.wordpress.org/plugins/tags/http/)[https](https://cn.wordpress.org/plugins/tags/https/)
   [redirect](https://cn.wordpress.org/plugins/tags/redirect/)[ssl](https://cn.wordpress.org/plugins/tags/ssl/)
 *  [高级视图](https://cn.wordpress.org/plugins/karlog-it-simple-ssl/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/karlog-it-simple-ssl/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/karlog-it-simple-ssl/reviews/)

## 贡献者

 *   [ Viktor Holk ](https://profiles.wordpress.org/vhgkarlogit/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/karlog-it-simple-ssl/)