Back to top

Autore Topic: [RISOLTO!] - Problema Friendly URL per i motori di ricerca  (Letto 3141 volte)

Offline frank_85

  • Esploratore
  • **
  • Post: 163
    • Mostra profilo
Salve a tutti ho provato ad attivare la Friendly URL per i motori di ricerca ma riesco ad aprire solo la home del mio sito. In questo sito styo usando 2 template uno per la home e lo stesso ma con delle modifiche per tutto il resto. Inoltre in passato avevo già avuto problemi, attivando questa opzione, con phoca gallery. Qualcuno sa dirmi come risolvere? grazie!

---------------------

ilvanni - edit: aggiunto il risolto.
« Ultima modifica: 05 Lug 2011, 14:21:00 da ilvanni »

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline frank_85

  • Esploratore
  • **
  • Post: 163
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #2 il: 04 Lug 2011, 17:24:29 »
Grazie, avevo letto questa guida ed è molto chiara. purtroppo però nel mio caso ho dei problemi già all'attivare la prima voce. mi risponde con un errore di questo tipo:

404 - Componente non trovato
 
 Non è possibile visualizzare questa pagina a causa di:
 
 un bookmark/preferiti scaduto
 una ricerca attraverso il motore di ricerca che ha una lista scaduta per questo sito
 un indirizzo compilato male
 Non hai accesso a questa pagina
 La risorsa richiesta non esiste
 Si è verificato un errore durante l'esecuzione della tua richiesta.
 
 Prova una delle seguenti pagine:
 
 Home Page
 
 Se persistono delle difficoltà, contatta l'Amministratore di questo sito.
 
 Componente non trovato.
 

Ritornando poi alla home cliccando su questa pagina andrebbe su www.nomesito.com/index.php, ma non trova nemmeno quello. L'unica cosa che funziona praticamente è www.nomesito.com.
Che fare?
« Ultima modifica: 04 Lug 2011, 17:26:38 da frank_85 »

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #3 il: 04 Lug 2011, 19:54:36 »
Sicuramente devi personalizzare il file .htaccess, questo va fatto con alcuni provider.

Googla "joomla personalizzazione htaccess nomeprovider"
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline robinhoood

  • Esploratore
  • **
  • Post: 77
  • http://www.webdreaming.it
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #4 il: 04 Lug 2011, 21:29:55 »
Ciao,
hai provato ad installare componenti per gestire le singole estensioni con il friendly url attivato?
Webdreaming.it - Realizzazioni siti web

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #5 il: 04 Lug 2011, 22:01:17 »
Cosa vuol dire
Citazione
hai provato ad installare componenti per gestire le singole estensioni
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline robinhoood

  • Esploratore
  • **
  • Post: 77
  • http://www.webdreaming.it
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #6 il: 05 Lug 2011, 08:32:51 »
Se installi componenti per la gestione del seo, ad esempio artio joomsef, puoi dirgli di non seffare una singola estensione.
Quindi potresti installare artio e configurarlo dicendogli di non seffare phocagallery :)
Webdreaming.it - Realizzazioni siti web

Offline frank_85

  • Esploratore
  • **
  • Post: 163
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #7 il: 05 Lug 2011, 12:29:24 »
salve a tutti! ho risolto cambiando sostituendo que sto codice in htacces.txt:
Codice: [Seleziona]
## # @version $Id: htaccess.txt 13415 2009-11-03 15:53:25Z ian $ # @package Joomla # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ## ##################################################### #  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! # ## Deny access to extension xml files (uncomment out to activate) #<Files ~ "\.xml$"> #Order allow,deny #Deny from all #Satisfy all #</Files> ## End of deny access to extension xml files RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits #  Uncomment following line if your webserver's URL #  is not directly related to physical file paths. #  Update Your Joomla! Directory (just / for root) # RewriteBase /public/ ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section




dopo di che l'ho rinominato in .htacces, ho attivato tutto e funziona perfettemente!!

Offline ilvanni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 7038
  • Sesso: Maschio
  • Giovanni Vacca
    • Mostra profilo
Re:Problema Friendly URL per i motori di ricerca
« Risposta #8 il: 05 Lug 2011, 14:20:06 »
Ciao frank_85, ricordati per le prossime volte di inserire il risolto nel titolo del primo post, oggi lo faccio io, buona permanenza qui su joomla.it, ancora ciao e buon lavoro.  :)

 



Web Design Bolzano Kreatif