Salve, ho seguito questa discussione, http://forum.it.altervista.org/drupa...rupal-8-x.html ho il problema del PHP OPCODE CACHING
Not enabled
PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server durante l'installazione, in base a questo consiglio:
Nel file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php sostituire la riga 98 riportante
Codice PHP:
$result &= touch($directory . '/', $mtime);
con
Codice PHP:
//$result &= touch($directory . '/', $mtime);
Nel file core/lib/Drupal/Core/Session/SessionConfiguration.php sostituire la riga 73 riportante
Codice PHP:
return $prefix . $this->getUnprefixedName($request);
con
Codice PHP:
return 'PHPSESSID';//$prefix . $this->getUnprefixedName($request);
ho fatto le due modifiche a ECCEZIONE DEL RewriteRule del file .htaccess in quanto non saprei cosa modificare. Potete darmi dei consigli per installare Drupal. Grazie