Contrib Seo Url's Errore 404

Questo forum è dedicato alle discussioni riguardanti le contribution per osCommerce

Moderatore: mod Generali

Rispondi
Avatar utente
maarlok
membro Baby
membro Baby
Messaggi: 61
Iscritto il: 10/01/2010, 16:24
Contatta:

Contrib Seo Url's Errore 404

Messaggio da maarlok »

Posto l' errore che mi restituisce il server quando attivo la contrib Seo Url's

404 Not Found
The requested URL /store/mobilicassettiere-c-24_45.html was not found on this server.

Ho pensato che potrebbe essere il file .htaccess ma non ho idea di come modificarlo.
Posto il codice del mio file:


#php_flag register_globals on

#Commentare su Aruba
Options +FollowSymLinks
Options -Indexes

RewriteEngine On
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information_pages.php?info_id=$2&%{QUERY_STRING}

Nella speranza di incontrare un' anima pia ..........un saluto a tutti!!!!
Avatar utente
marcus
membro Master
membro Master
Messaggi: 1619
Iscritto il: 04/12/2003, 1:00
Contatta:

Re: Contrib Seo Url's Errore 404

Messaggio da marcus »

Se lo shop è in / devi mettere:

Codice: Seleziona tutto

RewriteBase /
Se lo shop è in /store/ devi mettere:

Codice: Seleziona tutto

RewriteBase /store/
Saluti
Marcus
Nuovo pacchetto osCommercePRO (osCPRO) + Modulo Interfacciamento Gestionale Danea.
Visita la demo: http://oscpro.oscommercedev.com/index.php
Avatar utente
maarlok
membro Baby
membro Baby
Messaggi: 61
Iscritto il: 10/01/2010, 16:24
Contatta:

Re: Contrib Seo Url's Errore 404

Messaggio da maarlok »

Salve Marcus ho provato a mettere /store/ ma non funziona ancora................
Ora 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, postmaster@stilemio.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.
Avatar utente
marcus
membro Master
membro Master
Messaggi: 1619
Iscritto il: 04/12/2003, 1:00
Contatta:

Re: Contrib Seo Url's Errore 404

Messaggio da marcus »

maarlok ha scritto:Salve Marcus ho provato a mettere /store/ ma non funziona ancora................
Ora 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, postmaster@stilemio.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.
Salve,

questo è il file .htaccess corretto:

Codice: Seleziona tutto

#php_flag register_globals on

#Commentare su Aruba
#Options +FollowSymLinks
#Options -Indexes 

RewriteEngine On 
RewriteBase /store/

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information_pages.php?info_id=$2&%{QUERY_STRING}
Saluti
Marcus
Nuovo pacchetto osCommercePRO (osCPRO) + Modulo Interfacciamento Gestionale Danea.
Visita la demo: http://oscpro.oscommercedev.com/index.php
Avatar utente
maarlok
membro Baby
membro Baby
Messaggi: 61
Iscritto il: 10/01/2010, 16:24
Contatta:

Re: Contrib Seo Url's Errore 404

Messaggio da maarlok »

Grazie Marcus...........ora funziona tutto!!!!!
Rispondi