/ Question & Réponse / Force https in wp-config Wordpress Force https in wp-config Wordpress PHP, Wordpress Développement back-end //in Wordpress (wp-config) define('FORCE_SSL_ADMIN', true); //in website racine .htacess (APACHE) RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don't put www. here. If it is already there it will be included, if not # the subsequent rule will catch it. RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Now, rewrite any request to the wrong domain to use www. RewriteCond %{HTTP_HOST} !^www\. RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Question & Réponse How to style the input type time CSS Intégration web How to Copy Text with javascript Javascript Développement front-end How Minify CSS with PHP PHP Développement back-end Convert special characters to HTML in Javascript Javascript Développement front-end How to create a offset in Bootstrap 4 Bootstrap 4 Intégration web Listing all images in a directory using PHP PHP Développement back-end How to Force encoding in JavaScript Javascript Développement front-end How to replace single quotes in Javascript Javascript Développement front-end How to replace single quotes in Java Java Développement back-end How to change language for DataTable DataTable, Jquery Développement front-end How do I change the ID of a HTML element with JavaScript ? Javascript Développement front-end Javascript copy div change innerHTML id Javascript Développement front-end