开发者 | ehabsan |
---|---|
更新时间 | 2018年3月29日 01:21 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Go to the plugin's settings page and then select the option Redirect to https in all the different options including static resources. If you wish to redirect the whole domain to http then select Redirect to http in all the different options.
Yes, except for the redirection of the static resources - like images. You need to be on Apache and using an htaccess file for this option to work.
At the moment redirecting static resources works only by adding rewrite rules to an existing htaccess file, so if you are not on Apache or ypu are not using htaccess this option will not work - you will be informed in the settings page of this plugin whether this option will work for you or not. In the future i may make this plugin compatible with more servers. However, If you are using Apache this makes it quite easy for you to manage the redirection yourself, go to the plugin and choose what redirection status you want to use, and whether you want to redirect static resources to http or https. After choosing these options you will have a code that is meant to be inserted in your htaccess file, copy that code and insert it in your main Apache configuration file.