Hi all,
what is the best way to move my current blog from the root to the /blog folder?
Hi all,
what is the best way to move my current blog from the root to the /blog folder?
Hello, it's not an easy operation, before I suggest you make a full backup (space and database). 32/5000
Then you can try this steps.
The easiest thing is to keep the blog separate in an AlterBlog site.
Bye!
Here I see the static resources (CSS / JS) in HTTP instead of HTTPS
https://laravista.altervista.org/wordpress/wp-login.php
Yes, you should configure WordPress to use HTTPS: you should enable HTTPS from the "settings".
Bye!
I used this configuration wp-config.php
PHP Code:
/** SSL */
define('FORCE_SSL_ADMIN', true);
// in some setups HTTP_X_FORWARDED_PROTO might contain
// a comma-separated list e.g. http,https
// so check for https existence
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';
Now your site appears correctly in HTTPS, have you activated it from the settings?
Bye!