Salve a tutti.
sto lavorando su un server di un mio cliente che ha Plesk 9...
Il problema sorge quando inserisco il file .htaccess non lo legge mi da questo errore:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, .... 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.
Eppure su tutti i server provati funziona benissimo, questo è il file .htaccess:
codice:
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 ^uber-uns$ aboutus.php [L]
RewriteRule ^propos-de-nous$ aboutus.php [L]
RewriteRule ^quienes-somos$ aboutus.php [L]
RewriteRule ^politica-sulla-privacy$ privacy.php [L]
RewriteRule ^privacy-policy$ privacy.php [L]
RewriteRule ^datenschutz$ privacy.php [L]
RewriteRule ^politique-de-confidentialite$ privacy.php [L]
RewriteRule ^politica-de-privacidad$ privacy.php [L]
RewriteRule ^registrati$ register.php [L]
RewriteRule ^recording$ register.php [L]
RewriteRule ^anmeldung$ register.php [L]
RewriteRule ^enregistrement$ register.php [L]
RewriteRule ^registrado$ register.php [L]
RewriteRule ^accedi$ login.php [L]
RewriteRule ^login$ login.php [L]
RewriteRule ^einloggen$ login.php [L]
RewriteRule ^connecter$ login.php [L]
RewriteRule ^ingresar$ login.php [L]
RewriteRule ^contatti$ contacts.php [L]
RewriteRule ^contacts$ contacts.php [L]
RewriteRule ^kontakten$ contacts.php [L]
RewriteRule ^contacts$ contacts.php [L]
RewriteRule ^contactos$ contacts.php [L]
RewriteRule ^crediti$ contacts.php [L]
RewriteRule ^credits$ contacts.php [L]
RewriteRule ^kredite$ contacts.php [L]
RewriteRule ^credits$ contacts.php [L]
RewriteRule ^creditos$ contacts.php [L]
RewriteRule ^prodotto/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
RewriteRule ^product/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
RewriteRule ^produkt/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
RewriteRule ^produit/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
RewriteRule ^producto/([^/]+)/([^/]+)/([^/]+)$ product.php?line=$1&category=$2&article=$3 [L]
RewriteRule ^prodotti/([^/]+)/([^/]+)$ products.php?line=$1&category=$2 [L]
RewriteRule ^products/([^/]+)/([^/]+)$ products.php?line=$1&category=$2 [L]
RewriteRule ^produkte/([^/]+)/([^/]+)$ products.php?line=$1&category=$2 [L]
RewriteRule ^produits/([^/]+)/([^/]+)$ products.php?line=$1&category=$2 [L]
RewriteRule ^productos/([^/]+)/([^/]+)$ products.php?line=$1&category=$2 [L]
RewriteRule ^news$ news.php [L]
RewriteRule ^news/([^/]+)$ news.php?new=$1 [L]
RewriteRule ^novita$ listnews.php [L]
RewriteRule ^news$ listnews.php [L]
RewriteRule ^nachrichten$ listnews.php [L]
RewriteRule ^nouvelles$ listnews.php [L]
RewriteRule ^noticias$ listnews.php [L]
RewriteRule ^centri-assistenza$ center_service.php [L]
RewriteRule ^service-centers$ center_service.php [L]
RewriteRule ^service-center$ center_service.php [L]
RewriteRule ^centres-service$ center_service.php [L]
RewriteRule ^centros-de-servicio$ center_service.php [L]
RewriteRule ^agenti-di-zona$ local_agents.php [L]
RewriteRule ^local-agents$ local_agents.php [L]
RewriteRule ^lokalen-agenten$ local_agents.php [L]
RewriteRule ^agents-locaux$ local_agents.php [L]
RewriteRule ^agentes-locales$ local_agents.php [L]
RewriteRule ^agenti-di-zona/([^/]+)$ local_agents.php?regione=$1 [L]
RewriteRule ^local-agents/([^/]+)$ local_agents.php?regione=$1 [L]
RewriteRule ^lokalen-agenten/([^/]+)$ local_agents.php?regione=$1 [L]
RewriteRule ^agents-locaux/([^/]+)$ local_agents.php?regione=$1 [L]
RewriteRule ^agentes-locales/([^/]+)$ local_agents.php?regione=$1 [L]
RewriteRule ^virtual-tour$ virtual_tour.php [L]
RewriteRule ^expo$ expo.php [L]
RewriteRule ^sfoglia-catalogo$ catalog.php [L]
RewriteRule ^browse-the-catalog$ catalog.php [L]
RewriteRule ^durchsuchen-sie-den-katalog$ catalog.php [L]
RewriteRule ^parcourir-le-catalogue$ catalog.php [L]
RewriteRule ^buscar-en-el-catalogo$ catalog.php [L]
RewriteRule ^ricerca$ search.php [L]
RewriteRule ^research$ search.php [L]
RewriteRule ^suchen$ search.php [L]
RewriteRule ^rechercher$ search.php [L]
RewriteRule ^buscar$ search.php [L]
RewriteRule ^area-personale$ personal_area.php [L]
RewriteRule ^personal-area$ personal_area.php [L]
RewriteRule ^personlichen-bereich$ personal_area.php [L]
RewriteRule ^zone-personnelle$ personal_area.php [L]
RewriteRule ^area-personal$ personal_area.php [L]
RewriteRule ^area-personale/([^/]+)$ personal_area.php?p=$1 [L]
RewriteRule ^personal-area/([^/]+)$ personal_area.php?p=$1 [L]
RewriteRule ^personlichen-bereich/([^/]+)$ personal_area.php?p=$1 [L]
RewriteRule ^zone-personnelle/([^/]+)$ personal_area.php?p=$1 [L]
RewriteRule ^area-personal/([^/]+)$ personal_area.php?p=$1 [L]
RewriteRule ^logout$ logout.php [L]