Back to top

Autore Topic: redirect errato dei prodotti in homepage  (Letto 3846 volte)

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
redirect errato dei prodotti in homepage
« il: 21 Feb 2014, 10:43:33 »
Buongiorno a tutti,
sto sviluppando questo sito http://www.smartphoneonline.it/.

Ho attivato la riscrittura URL e modificato il file .htaccess, ma c'è un problema:

se provate a cliccare su uno dei prodotti nella homepage, il redirect mi rimanda in homepage anzichè verso la url correttamente riscritta. Sicuramente c'è un errore nella regola del redirect, potete aiutarmi a capire dove?

Vi copio anche il contenuto del .htaccess

Grazie in anticipo

## # @package      Joomla # @copyright   Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved. # @license      GNU General Public License version 2 or later; see LICENSE.txt ## ## # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations.  It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file.  If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's.  If they work, # it has been set by your server administrator and you do not need it set here. ## ## Can be commented out if causes errors, see notes above. # Options +FollowSymLinks ## Mod_rewrite in use. RewriteEngine On ## Begin - Rewrite rules to block out some common exploits. # If you experience problems on your site block out the operations listed below # This attempts to block the most common type of exploit `attempts` to Joomla! # # Block out any script trying to base64_encode data within the URL. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] # Block out any script that includes a <script> tag in URL. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Return 403 Forbidden header and show the content of the root homepage RewriteRule .* index.php [F] # ## End - Rewrite rules to block out some common exploits. ## Begin - Custom redirects # # If you need to redirect some pages, or set a canonical non-www to # www redirect (or vice versa), place that code here. Ensure those # redirects use the correct RewriteRule syntax and the [R=301,L] flags. # ## End - Custom redirects ## # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root). ## # RewriteBase / ## Begin - Joomla! core SEF Section. # RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # # If the requested path and file is not /index.php and the request # has not already been internally rewritten to the index.php script RewriteCond %{REQUEST_URI} !^/index\.php # and the request is for something within the component folder, # or for the site root, or for an extensionless URL, or the # requested URL ends with one of the listed extensions RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC] # and the requested path and file doesn't directly match a physical file RewriteCond %{REQUEST_FILENAME} !-f # and the requested path and file doesn't directly match a physical folder RewriteCond %{REQUEST_FILENAME} !-d # internally rewrite the request to the index.php script RewriteRule .* index.php [L] # ## End - Joomla! core SEF Section. # Redirect /index.php to / - will also clear /index.php/something to /something RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php(/[^\ ]*)?\ HTTP/ RewriteRule ^index\.php(/(.*))?$ /$2 [R=301,L] 


Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #1 il: 21 Feb 2014, 10:56:08 »
ciao e benvenuto sul forum  :)

a sembra che la riscrittura degli url funzioni, se no avresti una serie di errori nel navigare le pagine, quindi lascerei stare  l'.taccess.

ipotizzerei piuttosto che tu abbia fatto qualche pasticcio con i menù e con l'indicazione degli alias in VM.
ti consiglierei di ripristinare le impostazioni di default e riprovare.

ps: non è che hai inserito qualche componente per il sef, oltre a quelli base di joomla?
selezionando il prodotto in home ho uno staus code 303 che non mi quadra.

ciao,
marco

mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #2 il: 21 Feb 2014, 11:26:17 »
Ciao e grazie della risposta e del benvenuto :)

innanzitutto ti confermo che non ho aggiunto componenti

Ho parlato di problemi .htaccess perchè finchè non ho modificato il file e impostato su SI tutte le voci della configurazione di joomla, non avevo problemi e funzionava tutto alla perfezione.

Per quanto riguarda gli alias, ho provato sia senza effettuare modifica, sia impostandone uno a mano nel prodotto specifico, e in entrambi i casi il problema permaneva.

Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #3 il: 22 Feb 2014, 09:52:37 »
se lo .htaccess è quello originale di joomla (da come lo hai incollato non si capisce) il problema difficilmente è lì.

in realtà non riesco a capire: le path dei prodotti non sono coerenti con le categorie di appartenenza né con l'impostazione di joomla e penso sia questo a mandare in crisi il sistema di risoluzione degli url sef.

se vedi la navigazione tramite menù, vengono via via aggiunti elementi che indicano il componente e le categorie, ma questi elementi spariscono a livello prodotto.

vedendo il sito dal di fuori, più che di rivederti la configurazione con attenzione non saprei che dire.

spiacente.

ciao,
marco




mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #4 il: 24 Feb 2014, 09:29:03 »
ok, provo a controllare bene le configurazioni interne di virtuemart.

Ti segnalo intanto la parte di codice aggiunto da noi all'htaccess rispetto a quello originale

 # Redirect /index.php to / - will also clear /index.php/something to /something RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php(/[^\ ]*)?\ HTTP/ RewriteRule ^index\.php(/(.*))?$ /$2 [R=301,L] 


Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #5 il: 24 Feb 2014, 10:31:15 »
e perché la hai aggiunta? a che serve?

non penso sia quello il problema, comunque?

ciao

mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #6 il: 25 Feb 2014, 09:35:19 »
serve a "redirectare" tutti i contenuti che fanno riferimento al parametro index.php verso le url corrette.

Sto provando a verificare le impostazioni degli alias dei prodotti, anche se non ho toccato nulla a livello di configurazione generale. Consigli di aggiungere un componente di riscrittura "manuale" delle url?



Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #7 il: 25 Feb 2014, 09:45:00 »
in realtà ho chiesto a che servisse la regola, non a che sarebbe dovuta servire. mi spiego meglio: dato che gli url generati non contengono index.php e che il sito non è presente sui motori di ricerca, a che serve una regola per rimuovere index.php dall'url? se per puro caso arrivasse una richiesta in tal senso sarebbe decisamente meglio un bel 404.

no, io sconsiglio assolutamente di aggiungere un programma di riscrittura deli url.

ciao,
marco



mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #8 il: 25 Feb 2014, 09:54:10 »
perfetto, grazie!
Come vedi ho provato ad aggiungere altri prodotti: ora mi da la path corretta, ma è come se ci fosse un qualcosa che va a forzare il redirect di tutto ciò che è "prodotto" in homepage.

Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #9 il: 25 Feb 2014, 15:44:20 »
sarà sicuramente un domanda stupida, ma ci sono delle voci di menù associate al componente virtuemart (prima pagina, categorie/a) oltre che dei moduli qui e là?

ciao

mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #10 il: 25 Feb 2014, 16:09:55 »
Ciao, si al momento sono attive le voci di menu della categoria Smartphone assegnate alle rispettive categorie negozio (oltre naturalmente alla home assegnata alla prima pagina Virtuemart)

Offline barzo

  • Nuovo arrivato
  • *
  • Post: 18
    • Mostra profilo
Re:redirect errato dei prodotti in homepage
« Risposta #11 il: 03 Mar 2014, 10:19:07 »
Salve, ho risolto il problema andando a sfruttare il componente ARTIO.

Sapete dirmi però la causa dell'aggiunta automatica di questo suffisso #.UxRHcc7A_M0 alle url di prodotti e categorie??

 



Web Design Bolzano Kreatif