come mai non vengono visualizzati gli errori ma solo Errore 500
Printable View
come mai non vengono visualizzati gli errori ma solo Errore 500
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
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]
il file deve essere messo nella root? o posso metterlo anche nella cartella dove è contenuto il sito?
in locale funziona benissimo