开发者 | vhgkarlogit |
---|---|
更新时间 | 2020年8月31日 18:18 |
WordPress版本: | 5.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
`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.
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.
define( \'WP_HOME\', \'http://{YOUR DOMAIN NAME}\' );
define( \'WP_SITEURL\', \'http://{YOUR DOMAIN NAME}\' );