Visualizzazione risultati 1 fino 7 di 7

Discussione: Errore 500 :(

  1. #1
    Guest

    Unhappy Errore 500 :(

    ho messo il:

    Nuke Evolution v2.0.7

    poi, dopo che ho creato il database e il files config.php ho fatto:

    http://namiky.altervista.org/install.php

    ma mi spunta questo errore.
    il file .htaccess era prima nominato evo.htaccess ma dalle istruzioni c'era scritto di rinominarlo in .htaccess, adesso che devo fare?

    Errore 500 :(

    Si è verificato un internal server error.

    Questo errore può presentarsi a causa di un file .htaccess sintatticamente scorretto, inserito da te o da un tuo script nella cartella corrente.

    Per tornare ad accedere via browser ai contenuti della cartella devi apire la gestione files nel pannello di controllo, cliccare sull'icona raffigurante i due ingranaggi e correggere o eliminare (lasciando il testo bianco) il file. Per maggiori informazioni sulle direttive supportate dai files .htaccess consulta l'help online sempre all'interno del pannello di controllo.

    Torna indietro

    che vuol dire, che devo fare, aiutatemi, grazie ciao.

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

    Predefinito

    Il problema dovrebbe essere proprio il file .htaccess ci potresti postare il contenuto?
    Apprezzi l'aiuto? Offrimi un caffè!

  3. #3
    Guest

    Predefinito

    Citazione Originalmente inviato da miki92 Visualizza messaggio
    Il problema dovrebbe essere proprio il file .htaccess ci potresti postare il contenuto?
    il contenuto?, cioè lo apro con txt e copio e incollo qua.

    EDIT: nuovo messaggio di errore che cmq si alternano come errori:

    Errore 500 :(

    Si è verificato un internal server error.

    Se il problema persiste, probabilmente il programma che hai tentato di eseguire non funziona correttamente, o perchè qualcuno ci sta lavorando, o percè si tratta di un malfunzionamento dovuto a qualche bug di programmazione, in questo caso informaci.

    Torna indietro

    EDIT: questo è il contenuto:

    Codice:
    ##########################################################################
    # Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System              #
    ##########################################################################
    
    
    # -------------------------------------------
    # Comment this out if PHP is run as CGI
    # -------------------------------------------
    
    # PHP_FLAG register_globals On
    # PHP_FLAG output_buffering On
    
    
    Options All -Indexes
    # -------------------------------------------
    # Swap index.html index.php for html start page
    # -------------------------------------------
    DirectoryIndex index.php index.html
    
    Options +FollowSymlinks
    <IfModule mod_rewrite.c> 
    RewriteEngine on
    # -------------------------------------------
    # Security Rewrites
    # -------------------------------------------
    
    RewriteCond %{THE_REQUEST} (\?act\=) [NC,OR]
    RewriteCond %{THE_REQUEST} (sql_login) [NC,OR]
    RewriteCond %{THE_REQUEST} (basepath) [OR]
    RewriteCond %{THE_REQUEST} (libpath) [OR]
    RewriteCond %{THE_REQUEST} (absolute_path) [OR]
    RewriteCond %{THE_REQUEST} (vwar_root) [OR]
    RewriteCond %{THE_REQUEST} (includedir) [OR]
    RewriteCond %{THE_REQUEST} (file=http:\/\/) [OR]
    RewriteCond %{THE_REQUEST} (name=http:\/\/) [OR]
    RewriteCond %{THE_REQUEST} (phpbb_root_path)
    RewriteRule ^.*$ http://127.0.0.1/ [R=301,L]
    # -------------------------------------------
    # Lazy Google Tap
    # -------------------------------------------
    
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7&$8=$9 [L]
    
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7#$8 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7 [L]
    
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5#$6 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5 [L]
    
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3#$4 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3 [L]
    
    RewriteRule ^Evo-index.html#(.*)$ /index.php#$1 [L]
    RewriteRule ^Evo-index.html$ /index.php [L]
    
    RewriteRule ^Evo-(.*)\.html#(.*)$ /modules.php?name=$1#$2 [L]
    RewriteRule ^Evo-(.*)\.html$ /modules.php?name=$1 [L]
    
    RewriteCond %{HTTP_USER_AGENT} ^libwww-perl
    RewriteRule ^.*$ http://127.0.0.1 [R,L]
    
    RewriteCond %{HTTP_USER_AGENT} ^libwww-perl/[0-9].[0-9]*
    RewriteRule ^.*$ http://127.0.0.1 [R,L]
    </IfModule>
    
    # for hosts that don't allow the above, we won't give people anything to look at
    <IfModule mod_autoindex.c>
     IndexIgnore *
    </IfModule>
    
    # -------------------------------------------
    # Start of NukeSentinel(tm) admin.php Auth
    # -------------------------------------------
    <Files .htaccess>
      deny from all
    </Files>
    
    <Files .staccess>
      deny from all
    </Files>
    
    # <Files admin.php>
    #    <Limit GET POST PUT>
    #      require valid-user
    #    </Limit>
    #    AuthName "Restricted"
    #    AuthType Basic
    #    AuthUserFile /PATH/TO/YOUR/.staccess
    # </Files>
    # -------------------------------------------
    # Start of NukeSentinel(tm) DENY FROM area
    # -------------------------------------------
    
    # Disable .htaccess viewing from browser
    <files ~ "^\.ht">
        Order allow,deny
        Deny from all
        Satisfy All
    </files>
    
    # Disable config.php viewing from browser
    <files ~ "\config.php$">
        deny from all
    </files>
    
    # deny most common except .php/.html
    <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
    deny from all
    </FilesMatch>
    # -------------------------------------------
    # Setup caching
    # -------------------------------------------
    
    <IfModule mod_expires.c> 
    ExpiresActive On
    ExpiresDefault A0
    
    # Set up caching on media files for 1 year (forever?)
    <FilesMatch "\.(ico|flv|pdf|mov|mp3|wmv|ppt)$">
      ExpiresDefault A29030400
      Header append Cache-Control "public"
    </FilesMatch>
    
    # Set up caching on media files for 1 week
    <FilesMatch "\.(gif|jpg|jpeg|png|swf|bmp)$">
    ExpiresDefault A604800
    Header append Cache-Control "public"
    </FilesMatch>
    
    # Set up 2 Hour caching on commonly updated files
    <FilesMatch "\.(xml|txt|html|js|css)$">
      ExpiresDefault A7200
      Header append Cache-Control "private, proxy-revalidate, must-revalidate"
    </FilesMatch>
    </IfModule>
    
    # -------------------------------------------
    # Start of NukeSentinel(tm) DENY FROM area
    # -------------------------------------------
    
    # Banned Bad Bots
    
    # # av:php5-engine
    AddHandler av-php5 .php
    
    # # av:PHP-RG
    php_flag register_globals on
    
    # av:PHP-upload
    php_value upload_max_filesize 10M
    php_value post_max_size 10M
    php_value max_input_time 300
    # PHP-upload
    Ultima modifica di debug : 03-10-2008 alle ore 00.48.12

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

    Predefinito

    Prova cosi:
    Codice PHP:
    ##########################################################################
    # Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System #
    ##########################################################################


    # -------------------------------------------
    # Comment this out if PHP is run as CGI
    # -------------------------------------------

    # PHP_FLAG register_globals On
    # PHP_FLAG output_buffering On


    #Options All -Indexes
    # -------------------------------------------
    # Swap index.html index.php for html start page
    # -------------------------------------------
    DirectoryIndex index.php index.html

    #Options +FollowSymlinks
    <IfModule mod_rewrite.c>
    RewriteEngine on
    # -------------------------------------------
    # Security Rewrites
    # -------------------------------------------

    RewriteCond %{THE_REQUEST} (\?act\=) [NC,OR]
    RewriteCond %{THE_REQUEST} (sql_login) [NC,OR]
    RewriteCond %{THE_REQUEST} (basepath) [OR]
    RewriteCond %{THE_REQUEST} (libpath) [OR]
    RewriteCond %{THE_REQUEST} (absolute_path) [OR]
    RewriteCond %{THE_REQUEST} (vwar_root) [OR]
    RewriteCond %{THE_REQUEST} (includedir) [OR]
    RewriteCond %{THE_REQUEST} (file=http:\/\/) [OR]
    RewriteCond %{THE_REQUEST} (name=http:\/\/) [OR]
    RewriteCond %{THE_REQUEST} (phpbb_root_path)
    RewriteRule ^.*$ http://127.0.0.1/ [R=301,L]
    # -------------------------------------------
    # Lazy Google Tap
    # -------------------------------------------

    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7&$8=$9 [L]

    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7#$8 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5&$6=$7 [L]

    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3&$4=$5#$6 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3&$4=$5 [L]

    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)\.html#(.*)$ /modules.php?name=$1&$2=$3#$4 [L]
    RewriteRule ^Evo-(.*)_-_(.*)_-_(.*)\.html$ /modules.php?name=$1&$2=$3 [L]

    RewriteRule ^Evo-index.html#(.*)$ /index.php#$1 [L]
    RewriteRule ^Evo-index.html$ /index.php [L]

    RewriteRule ^Evo-(.*)\.html#(.*)$ /modules.php?name=$1#$2 [L]
    RewriteRule ^Evo-(.*)\.html$ /modules.php?name=$1 [L]

    RewriteCond %{HTTP_USER_AGENT} ^libwww-perl
    RewriteRule
    ^.*$ http://127.0.0.1 [R,L]

    RewriteCond %{HTTP_USER_AGENT} ^libwww-perl/[0-9].[0-9]*
    RewriteRule ^.*$ http://127.0.0.1 [R,L]
    </IfModule>

    # for hosts that don't allow the above, we won't give people anything to look at
    <IfModule mod_autoindex.c>
    IndexIgnore *
    </
    IfModule>

    # -------------------------------------------
    # Start of NukeSentinel(tm) admin.php Auth
    # -------------------------------------------
    <Files .htaccess>
    deny from all
    </Files>

    <
    Files .staccess>
    deny from all
    </Files>

    # <Files admin.php>
    # <Limit GET POST PUT>
    # require valid-user
    # </Limit>
    # AuthName "Restricted"
    # AuthType Basic
    # AuthUserFile /PATH/TO/YOUR/.staccess
    # </Files>
    # -------------------------------------------
    # Start of NukeSentinel(tm) DENY FROM area
    # -------------------------------------------

    # Disable .htaccess viewing from browser
    <files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </files>

    # Disable config.php viewing from browser
    <files ~ "\config.php$">
    deny from all
    </files>

    # deny most common except .php/.html
    <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
    deny from all
    </FilesMatch>
    # -------------------------------------------
    # Setup caching
    # -------------------------------------------
    Ho commentato l'opzione Options +FollowSymlinks perchè se non sbaglio è questo il problema, prova ad utilizzare il codice che ti ho postato io e facci sapere se funziona.
    Apprezzi l'aiuto? Offrimi un caffè!

  5. #5
    Guest

    Unhappy non và

    Errore 500 :(

    Si è verificato un internal server error.

    Questo errore può presentarsi a causa di un file .htaccess sintatticamente scorretto, inserito da te o da un tuo script nella cartella corrente.

    Per tornare ad accedere via browser ai contenuti della cartella devi apire la gestione files nel pannello di controllo, cliccare sull'icona raffigurante i due ingranaggi e correggere o eliminare (lasciando il testo bianco) il file. Per maggiori informazioni sulle direttive supportate dai files .htaccess consulta l'help online sempre all'interno del pannello di controllo.

    Torna indietro

    NO, non và
    e se lo elimino, che succede?

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

    Predefinito

    Beh se lo elimini alcune collegamenti non dovrebbero funzionare. Puoi sempre provare a eliminarlo e vedere se funziona, se va ok...se non va lo ricrei con il codice che io ho postato...
    Apprezzi l'aiuto? Offrimi un caffè!

  7. #7
    Guest

    Unhappy

    Citazione Originalmente inviato da miki92 Visualizza messaggio
    Beh se lo elimini alcune collegamenti non dovrebbero funzionare. Puoi sempre provare a eliminarlo e vedere se funziona, se va ok...se non va lo ricrei con il codice che io ho postato...
    il codice che hai postato non funziona.

    invece se lo cancello il sito "funziona" ha alcuni prob come:

    Admin Tracker: Admin Tracker non rileva nessun cambiamento di log
    Error Logger: Il tuo Error Log non è cambiato

    e non mantiene il "tema" che metto da
    Menù di Amministrazione > Theme Management
    lo cambio ma mi fa vedere sempre il tema base.

    comunque il codice adesso è:

    # # av:php5-engine
    AddHandler av-php5 .php

    # # av:PHP-RG
    php_flag register_globals on

    # av:PHP-upload
    php_value upload_max_filesize 10M
    php_value post_max_size 10M
    php_value max_input_time 300
    # PHP-upload

Regole di scrittura

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