Visualizzazione risultati 1 fino 6 di 6

Discussione: visualizzazione errori

  1. #1
    Guest

    Predefinito visualizzazione errori

    come mai non vengono visualizzati gli errori ma solo Errore 500

  2. #2
    Guest

    Predefinito

    ho anche problema con .htaccess mi da uqesto messaggio:

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

  3. #3
    L'avatar di sevenjeak
    sevenjeak non è connesso AlterGuru
    Data registrazione
    25-10-2007
    Residenza
    Roma
    Messaggi
    1,769

    Predefinito

    Hai modificato il file .htaccess di recente? se si è probabile che c'è un'errore nella sintassi di quel file, come dice anche l'errore, se non lo trovi potresti postare il suo contenuto qui.

    Sevenjeak
    Software developer and much more

  4. #4
    Guest

    Predefinito

    Citazione Originalmente inviato da sevenjeak Visualizza messaggio
    Hai modificato il file .htaccess di recente? se si è probabile che c'è un'errore nella sintassi di quel file, come dice anche l'errore, se non lo trovi potresti postare il suo contenuto qui.
    Codice HTML:
    Options -Multiviews
    RewriteEngine On
    AddDefaultCharset utf-8
    
    RewriteRule ^home-page$ index.php [L]
    
    RewriteRule ^chi-siamo$ aboutus.php [L]
    RewriteRule ^about-us$ aboutus.php [L]
    RewriteRule ^wer-sind$ aboutus.php [L]
    RewriteRule ^qui-nous-sommes$ aboutus.php [L]
    RewriteRule ^quien-somos$ aboutus.php [L]
    RewriteRule ^o-hac$ aboutus.php [L]
    
    RewriteRule ^registrati$ register.php [L]
    RewriteRule ^recorded$ register.php [L]
    RewriteRule ^aufgezeichnet$ register.php [L]
    RewriteRule ^enregistré$ register.php [L]
    RewriteRule ^grabado$ register.php [L]
    RewriteRule ^записанный$ register.php [L]
    
    RewriteRule ^contatti$ contacts.php [L]
    RewriteRule ^contacts$ contacts.php [L]
    RewriteRule ^kontakte$ contacts.php [L]
    RewriteRule ^contacts$ contacts.php [L]
    RewriteRule ^contactos$ contacts.php [L]
    RewriteRule ^связи$ contacts.php [L]
    
    RewriteRule ^crediti$ contacts.php [L]
    RewriteRule ^credits$ contacts.php [L]
    RewriteRule ^kredite$ contacts.php [L]
    RewriteRule ^crédits$ contacts.php [L]
    RewriteRule ^créditos$ contacts.php [L]
    RewriteRule ^kредитов$ contacts.php [L]
    
    RewriteRule ^prodotti/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    RewriteRule ^products/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    RewriteRule ^produkte/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    RewriteRule ^produits/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    RewriteRule ^productos/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    RewriteRule ^продукты/([^/]+)/([^/]+)$ product.php?line=$1&category=$2 [L]
    
    RewriteRule ^prodotti/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    RewriteRule ^products/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    RewriteRule ^produkte/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    RewriteRule ^produits/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    RewriteRule ^productos/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    RewriteRule ^продукты/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
    
    RewriteRule ^news/([^/]+)$ news.php?news=$1 [L]

  5. #5
    Guest

    Predefinito

    il file deve essere messo nella root? o posso metterlo anche nella cartella dove è contenuto il sito?

  6. #6
    Guest

    Predefinito

    in locale funziona benissimo

Regole di scrittura

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