Set wordpress to use https
This commit is contained in:
parent
f62a53e476
commit
c878461d0f
@ -19,6 +19,10 @@
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
$_SERVER['HTTPS']='on';
|
||||
$_SERVER['REQUEST_SCHEME']='https';
|
||||
$_SERVER['SERVER_PORT']=443;
|
||||
|
||||
// ** Datenbank-Einstellungen - Diese Zugangsdaten bekommst du von deinem Webhoster. ** //
|
||||
/**
|
||||
* Ersetze datenbankname_hier_einfuegen
|
||||
|
Loading…
x
Reference in New Issue
Block a user