wordpress:start
Ceci est une ancienne révision du document !
Table des matières
Wordpress
Liens utils
Configuration
Forcer https pour l'admin
# vim $( find -name wp-config.php )
define('FORCE_SSL_ADMIN', true);
Forcer https le site
# vim $( find -name wp-config.php ) $_SERVER['HTTPS']='on';
wordpress/start.1584968474.txt.gz · Dernière modification : de jonathan
