500 Internal Server Error dopo installazione SEOurl su Aruba
Moderatore: mod Generali
- Razorblade
- membro Regular
- Messaggi: 116
- Iscritto il: 23/02/2005, 1:00
- Località: Now in Italy
500 Internal Server Error dopo installazione SEOurl su Aruba
Ciao,
questo è quello che mi mostra su schermo dopo aver installato la contrib SEO url
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@sito.com 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.
Il problema sta nell'htaccess, se lo tolgo il sito è visibile ma non avviene la modifica degli url quindi i prodotti non sono raggiungibili.
Qualcuno mi aiuta?
Grazie
questo è quello che mi mostra su schermo dopo aver installato la contrib SEO url
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@sito.com 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.
Il problema sta nell'htaccess, se lo tolgo il sito è visibile ma non avviene la modifica degli url quindi i prodotti non sono raggiungibili.
Qualcuno mi aiuta?
Grazie
- Razorblade
- membro Regular
- Messaggi: 116
- Iscritto il: 23/02/2005, 1:00
- Località: Now in Italy
Questo è il file, come illustrato nell'installazione della contrib seo url.
Ho installato oscommerce nella cartella catalogo
Options +FollowSymLinks
RewriteEngine On
RewriteBase /catalogo/
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
Ho installato oscommerce nella cartella catalogo
Options +FollowSymLinks
RewriteEngine On
RewriteBase /catalogo/
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
- DynamoEffects
- membro Junior
- Messaggi: 19
- Iscritto il: 13/05/2006, 17:48
- Località: RE
- Contatta:
- Razorblade
- membro Regular
- Messaggi: 116
- Iscritto il: 23/02/2005, 1:00
- Località: Now in Italy
- DynamoEffects
- membro Junior
- Messaggi: 19
- Iscritto il: 13/05/2006, 17:48
- Località: RE
- Contatta:
Prova a togliere il + da questa riga nell'htaccessRazorblade ha scritto:il sistema operativo è linux, in quanto ad apache devo chiedere...
Codice: Seleziona tutto
Options +FollowSymLinks
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
- Razorblade
- membro Regular
- Messaggi: 116
- Iscritto il: 23/02/2005, 1:00
- Località: Now in Italy
Allora prova togliendo tutta la riga, io su Aruba l'ho fatta andare cosi' e pare che funzioniRazorblade ha scritto:nulla
'iao
Sergio
http://www.oscomtemplate.com - E' disponibile il nuovo pacchetto free con forum di supporto
http://www.semilandia.it
http://www.semilandia.it
Anche io ho avuto problemi all'inizio, ora funzione.
Ecco il mio file .htaccess
Ecco il mio file .htaccess
Codice: Seleziona tutto
#Options +FollowSymLinks
RewriteEngine On
RewriteBase /catalog/
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}