Codice:
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
$_SERVER['HTTPS'] = 'on';
require_once ABSPATH . 'wp-settings.php';
quindi così nel wp-config giusto?
Codice:
# BEGIN WordPress
# Le direttive (linee) tra "BEGIN WordPress" e "END WordPress" sono
# generate dinamicamente, e dovrebbero essere modificate solo tramite i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori verrÃÂ* sovrascritta.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule .* https://asdelsabato.altervista.org%{REQUEST_URI} [L,R=301]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# # av:php5-engine
AddHandler av-php82 .php
corretto? ho cancellato le prime tre righe del htaccess che ho postato ad inizio messaggio e poi installo il plugin simple ssl ?
ringrazio in anticpo per l'aiuto