banner
Feb 25, 2022
172 Views

Bài #1

Written by
banner

Vấn đề nhãn tiền.

Config trong setting thì là http://haonheo.com nhưng site chạy qua cloudflare làm auto ssl nên tự biến thành https://haonheo.com khiến không đăng bài được do nhận config sai.

Thêm mấy dòng sau vào wp-config.php:

define('FORCE_SSL_ADMIN', true);
// in some setups HTTP_X_FORWARDED_PROTO might contain 
// a comma-separated list e.g. http,https
// so check for https existence
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';

Đấy, đã cảnh báo trước là toàn chuyện xàm xàm.

Article Categories:
config
banner

Leave a Reply

Your email address will not be published. Required fields are marked *