Visualizzazione risultati 1 fino 9 di 9

Discussione: Errore 500

  1. #1
    Guest

    Question Errore 500

    Buonasera a tutti, ho un problema con l'installazione di Oxwall e non riesco ad installarlo, subito dopo aver caricato i file nel Server Ftp ottengo il seguente Errore 500:

    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.
    Penso sia un problema che riguardi il file .htaccess.
    Ultima modifica di karl94 : 09-12-2015 alle ore 02.20.58 Motivo: Formattazione

  2. #2
    L'avatar di RedWebSite
    RedWebSite non è connesso AlterGuru
    Data registrazione
    02-05-2007
    Messaggi
    1,047

    Predefinito

    Ciao, che applicativo c'è sul tuo spazio web? wordpress, joomla, drupal, ecc,
    alterjoomla sito web dedicato a joomla ed altervista - Tante guide per joomla anche su RedWebSite
    "C'è una fondamentale differenza tra la religione, che è basata sull'autorità, e la scienza, che è basata su osservazione e ragionamento. E la scienza vincerà perché funziona."

  3. #3
    Guest

    Predefinito

    Citazione Originalmente inviato da RedWebSite Visualizza messaggio
    Ciao, che applicativo c'è sul tuo spazio web? wordpress, joomla, drupal, ecc,
    l'applicativo che sto provando ad installare si chiama Oxwall

  4. #4
    karl94 non è connesso Staff AV
    Data registrazione
    03-10-2005
    Messaggi
    17,744

    Predefinito

    Riporta qua il contenuto del file .htaccess.

  5. #5
    Guest

    Predefinito

    Ecco il contenuto del file .htaccess:

    Codice:
    Options +FollowSymLinks
    RewriteEngine On
    
    AddEncoding gzip .gz
    AddEncoding gzip .gzip
    <FilesMatch "\.(js.gz|js.gzip)$">
      ForceType text/javascript
    </FilesMatch>
    <FilesMatch "\.(css.gz|css.gzip)$">
      ForceType text/css
    </FilesMatch>
    
    
    RewriteCond %{REQUEST_URI} !^/index\.php
    RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
    RewriteCond %{REQUEST_URI} !/ow_updates/
    RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
    RewriteCond %{REQUEST_URI} !/e500\.php
    #RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
    RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
    RewriteRule (.*) index.php
    Ultima modifica di karl94 : 10-12-2015 alle ore 16.36.25 Motivo: Formattazione

  6. #6
    karl94 non è connesso Staff AV
    Data registrazione
    03-10-2005
    Messaggi
    17,744

    Predefinito

    Prova a modificarlo così:
    Codice:
    #Options +FollowSymLinks
    RewriteEngine On
    
    AddEncoding gzip .gz
    AddEncoding gzip .gzip
    <FilesMatch "\.(js.gz|js.gzip)$">
      ForceType text/javascript
    </FilesMatch>
    <FilesMatch "\.(css.gz|css.gzip)$">
      ForceType text/css
    </FilesMatch>
    
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/index\.php
    RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
    RewriteCond %{REQUEST_URI} !/ow_updates/
    RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
    RewriteCond %{REQUEST_URI} !/e500\.php
    #RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
    RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
    RewriteRule (.*) index.php

  7. #7
    Guest

    Predefinito

    Grazie mille per il consiglio comunque ho provato a modificarlo e adesso ottengo la seguente risposta:

    Your hosting account doesn't meet the following requirements:
    ftp PHP extension not installed


    Il tuo hosting non ha i seguenti requisiti:
    Estensione Php non installata

    Secondo te si riesce ad installarlo o devo cambiare applicativo ?

  8. #8
    karl94 non è connesso Staff AV
    Data registrazione
    03-10-2005
    Messaggi
    17,744

    Predefinito

    Se quell'estensione è necessaria allora non puoi usare questo CMS su AlterVista.

  9. #9
    Guest

    Predefinito

    Va bene grazie mille per il supporto

Regole di scrittura

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