Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. effettuare il login su WordPress come amministratore
- 2. accedere a "settings" -> "general"
- 3. Riconfigurare "WordPress address (URL)" da http://mydomain.com a https://mydomain.com
- 4. Riconfigurare "Site address (URL)" da http://mydomain.com a https://mydomain.com
- Si può migliorare ulteriormente editando il file .htaccess ed inserendo le seguenti righe:
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{HTTPS} off
- RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment