Visualizzazione risultati 1 fino 4 di 4

Discussione: Internal Server Error - aiuto :(

  1. #1
    Guest

    Predefinito Internal Server Error - aiuto :(

    Salve come da titolo mi appare una scritta "internal server error" dopo aver uploadato uno script. perché non funziona?

    il messaggio che visualizzo è il seguente: "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."


    Grazie a chiunque mi aiuterà!

  2. #2
    L'avatar di miki92
    miki92 non è connesso AlterGuru 2500
    Data registrazione
    21-04-2007
    Residenza
    Procida (NA)
    Messaggi
    4,226

    Predefinito

    Ciao,
    puoi postare il codice del tuo file .htaccess?
    Apprezzi l'aiuto? Offrimi un caffè!

  3. #3
    Guest

    Predefinito

    Codice:
    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule (.*) application.php?request=$1 [L,QSA]
    ###Start Kloxo PHP config Area
    ###Please Don't edit these comments or the content in between. kloxo uses this to recognize the lines it writes to the the file. If the above line is corrupted, it may fail to recognize them, leading to multiple lines.
    <Ifmodule mod_php4.c>
    php_value error_log /home/admin/__processed_stats/videodb.netplaysolutions.com.phplog
    php_value upload_max_filesize 2M
    php_value max_execution_time  30
    php_value max_input_time  60
    php_value memory_limit  32M
    php_value post_max_size  8M
    php_flag register_globals  off
    php_flag display_errors  off
    php_flag file_uploads  on
    php_flag log_errors  off
    php_flag output_buffering  off
    php_flag register_argc_argv  on
    php_flag magic_quotes_gpc   off
    php_flag magic_quotes_runtime  off
    php_flag magic_quotes_sybase  off
    php_flag mysql.allow_persistent  off
    php_flag register_long_arrays  on
    php_flag allow_url_fopen  on
    php_flag cgi.force_redirect  on
    php_flag enable_dl  on
    </Ifmodule>
    <Ifmodule mod_php5.c>
    php_value error_log /home/admin/__processed_stats/videodb.netplaysolutions.com.phplog
    php_value upload_max_filesize 2M
    php_value max_execution_time  30
    php_value max_input_time  60
    php_value memory_limit  32M
    php_value post_max_size  8M
    php_flag register_globals  off
    php_flag display_errors  off
    php_flag file_uploads  on
    php_flag log_errors  off
    php_flag output_buffering  off
    php_flag register_argc_argv  on
    php_flag magic_quotes_gpc   off
    php_flag magic_quotes_runtime  off
    php_flag magic_quotes_sybase  off
    php_flag mysql.allow_persistent  off
    php_flag register_long_arrays  on
    php_flag allow_url_fopen  on
    php_flag cgi.force_redirect  on
    php_flag enable_dl  on
    </Ifmodule>
    
    ###End Kloxo PHP config Area


    Grazie :)
    Ultima modifica di saitfainder : 30-01-2014 alle ore 10.58.44 Motivo: Tag [code]

  4. #4
    L'avatar di saitfainder
    saitfainder non è connesso Sëniör Stäff
    Data registrazione
    06-12-2002
    Residenza
    Torino
    Messaggi
    8,715

    Predefinito

    Elimina tutte quelle parti relative a PHP. Se hai necessità di modificare le impostazioni PHP è meglio farlo dalla gestione file del pannello di controllo di Altervista.


    «È una mia peculiarità distorcere la verità e inventarne di nuove.»
    «I tuoi orientamenti hanno su di me un effetto prossimo allo zero.»


Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •