Back to top

Autore Topic: [RISOLTO] Duplicazione home page  (Letto 4411 volte)

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
[RISOLTO] Duplicazione home page
« il: 28 Gen 2011, 17:06:45 »
Salve a tutti, ho riscontrato un problema con i siti realizzati in Joomla! ho notato che oltre che con il semplice www la home page si raggiunge anche con www.miosito.it/index.php, quindi la home page è di fatto duplicata ,come si può ovviare al problema?

Grazie
« Ultima modifica: 01 Feb 2011, 16:54:01 da luketto »
@LocoLuketto

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:Duplicazione home page
« Risposta #1 il: 28 Gen 2011, 21:16:49 »
Ciao luketto

qui una soluzione al tuo problema

http://forum.joomla.it/index.php/topic,124293.msg550884.html#msg550884

Potresti provare, visto il tuo caso che riguarda solo il reindirizzamento da /index.php a /, ad utilizzare questo pezzo di codice

Codice: [Seleziona]
[]########## End - Joomla! core SEF Section[]

Redirect permanent /index.php http://www.tuosito.tdl
Redirect 301 /index.php http://www.tuosito.tdl

La riga tra []  serve per suggerirti più chiaramente dopo inserire il redirect.  :)
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:Duplicazione home page
« Risposta #2 il: 29 Gen 2011, 10:59:32 »
Ciao Taolo, grazie x la risposta... al 301 avevo pensato pure io ma speravo ci fosse qcosa nel core di Joomla, 'sta cosa con quel sekkio d wp nn accade (ne accadono tante altre, però), non si potrebbe implementare?

Grazie
@LocoLuketto

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:Duplicazione home page
« Risposta #3 il: 31 Gen 2011, 15:17:28 »
Ciao Taolo, sxavo di aggiungere un bel risolto ma invece col codice che inserisco nell'.htaccess ottengo solo un da mozilla:
Questa pagina non reindirizza in modo corretto

e il nulla assouluto da explorer.

io ho fatto così in fondo al file:

########## Begin - Joomla! core SEF Section
#
.
.
.
########## End - Joomla! core SEF Section
Redirect 301 /index.php http://directory.pmiservizi.it

@LocoLuketto

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:[RISOLTO]Duplicazione home page
« Risposta #4 il: 01 Feb 2011, 15:35:44 »
Partendo da qeullo fornito con Joomla e già ottimizzato x aru....

#  mod_rewrite in use
DirectoryIndex index.php
RewriteEngine On

########## Begin - Joomla! core SEF Section
#
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://directory.pmiservizi.it/ [R=301,L]

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 [L]
#
########## End - Joomla! core SEF Section

In corsivo le modifiche
@LocoLuketto

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:Duplicazione home page
« Risposta #5 il: 01 Feb 2011, 15:49:19 »
Sorry, va bene in parte...elimino l'index.php ma mi saltano tutti i link divenuti friendly... ero partito da questo:


Options +FollowSymLinks
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.domainname.com/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


che però nn funzionava e lo avevo integrato con quello d joomla
@LocoLuketto

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:[RISOLTO] Duplicazione home page
« Risposta #6 il: 01 Feb 2011, 16:55:19 »
Con lo script segnalto precedentemente:

#Options +FollowSymLinks
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.miosito.it/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


commentando la prima riga (ma può dipendere dall'hoster)
@LocoLuketto

Offline rogerant79

  • Nuovo arrivato
  • *
  • Post: 28
    • Mostra profilo
Re:[RISOLTO] Duplicazione home page
« Risposta #7 il: 17 Mar 2011, 14:19:44 »
Ho anchio lo stesso problema.....in realtà io ho oltre 10000 link duplicati.
Io utilizzo htaccess con rewrite abilitato.
Il mio sito è raggiungibile sia con lo / finale e sia con /index.php e quindi si duplica tutto.

Ho provato a fare quella modifica suggerita all'inizio di questo post e cioè:


Redirect permanent /index.php http://www.miosito.it
Redirect 301 /index.php http://www.miosito.it


ma mi da errore.

devo fare altre modifiche?



ecco il mio htaccess:

Codice: [Seleziona]
##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 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 /


########## 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



 



Web Design Bolzano Kreatif