Hallo
ich habe eine problem :(
after redirecting my site from http to https , i got an error with Intelligen
Code:internal plugin error -wordpress- #socket error 11001 ~ host not found
any suggestions ?
Druckbare Version
Hallo
ich habe eine problem :(
after redirecting my site from http to https , i got an error with Intelligen
Code:internal plugin error -wordpress- #socket error 11001 ~ host not found
any suggestions ?
Di you change inside IntelligeN,too?
If not, remove your site inside IntelligeN, then open the %yoursite%.xml file (best with Notepad++ or similar)
and change
toPHP-Code:<name>http://%yoursite.tld%/</name>
save and then add your site againPHP-Code:<name>https://%yoursite.tld%/</name>
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