Grazie mille per la risposta.
No, il documento era vuoto. Ma se lo riempio con il testo che aveva il file originale che mi aveva creato wordpress, compare questo errore
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
info@altervista.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Questo è il contenuto del file .htaccess:
Codice:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /mostra_alcorn/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /mostra_alcorn/index.php [L]
</IfModule>
# END WordPress
Che cosa devo fare?
Il sito in locale funziona benissimo e ho modificato tutti gli indirizzi con johnalcornapice.altervista.org...