thanks a lot fluffy for your reply
PS: i have resolved the issue, i forgot to force my wp-admin to SSL in the config file and avoid the loop redirection by the code
also, updating my .httaccess to avoid the 301 redirection ErrorCode:/** SSL */ 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';
---------------------------------------------
PS : do you know a working xrel.to plugin ? i have an old plugin from 2017 but crawling the NFO doesn't work since some months, looks like xrel has changed their algorithms



THEMENSTARTER

Zitieren