Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

ERR_TOO_MANY_REDIRECTS wordpress

# update wp-config file
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

#also add
define('FORCE_SSL_ADMIN', true);
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
    $_SERVER['HTTPS']='on';
Comment

ERR_TOO_MANY_REDIRECTS for wp-admin

if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
   $_SERVER['HTTPS']='on';
else
   $_SERVER['HTTPS']='off';
Comment

PREVIOUS NEXT
Code Example
Typescript :: open ports on RPI 
Typescript :: checking if a substring exists in a string r 
Typescript :: sort list of objects python 
Typescript :: jquery selector attribute value starts with 
Typescript :: execute only one test spec with angular-cli (ng test) 
Typescript :: how to pass children in react typescript 
Typescript :: how to check if something exists roblox 
Typescript :: useWindowsize hook in react 
Typescript :: route resource adonis middleware 
Typescript :: typescript dynamic key value object 
Typescript :: npm type-check nested arrays 
Typescript :: oclif text 
Typescript :: python retrieve name of sheets in workbook 
Typescript :: latex reduce the space after section and subsection 
Typescript :: microsoft outlook graph get events dates 
Typescript :: kotlin toast.makeText non of the arguments supplied 
Typescript :: css selector starts with 
Typescript :: Should robots have faces? 
Typescript :: mongodb array size greater than 
Typescript :: start blender from terminal 
Typescript :: date time format typescript 
Typescript :: mysql workbench an apparmor policy prevents this sender 
Typescript :: typescript add to array 
Typescript :: no provider for childrenoutletcontexts angular 
Typescript :: regex replace certain string 
Typescript :: typescript for 
Typescript :: - beyondcode/laravel-websockets is locked to version 1.12.0 and an update of this package was not requested. 
Typescript :: instragram basic api Display 
Typescript :: how to compile typescript 
Typescript :: angular send mailto html 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =