-
errore 500
salve, ho un problema sul sito http://gestionale3pl.altervista.org/ , in pratica ogni url interna va in errore 500.
Ad esempio http://gestionale3pl.altervista.org/mongo/contratti/
L'home page funziona (quasi) correttamente, ed anche la pagina di login.
Sarebbe possibile avere un log esteso dell'errore?
grazie!
-
Riporta il contenuto del file .htaccess.
-
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1 [PT,L]
</IfModule>
# # av:php5-engine
AddHandler av-php54 .php
-
Aggiungisotto alla direttiva RewriteEngine.
-
Quando cerco di aprire la pagina indicata qui sotto, esce la seguente scritta : 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.
Potete darmi una mano per favore ? http://onepieceitaliafans.altervista...sodi-italiani/
-
Apri una discussione separata per il tuo problema e riporta il contenuto del file .htaccess.