Joomla.it Forum

Joomla! 3 => Joomla! 3 => : yourdream 21 Jul 2015, 20:07:24

: Test duplicati pagina di default
: yourdream 21 Jul 2015, 20:07:24

secondo il sito http://angular.marketing/ (http://angular.marketing/) risulta

Default Page Check: FAILED
You have not standardized your default pages meaning the following versions of your url return a 200/OK Header, which may cause duplicate content issues.


della index.php


Se inserisco il sito con /en non mi da nessun errore.

Ho provato a fare un riindirizzamento da htaccess ma senza successo.

Probabile qualche altra impostazione da back end o configuration...
: Re:default page check
: yourdream 21 Jul 2015, 23:17:56
Provato ad aggiungere in htaccess il seguente codice ma senza successo



########## Begin - Redirect index.php to /
RewriteCond %{THE_REQUEST} !^POST
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteCond %{SERVER_PORT}>s ^(443>(s)|[0-9]+>s)$
RewriteRule ^index\.php$ http%2://miosito.com/$1 [R=301,L]
## If the above line throws a 500 error, change [R=301,L] to [R,L]
########## End - Redirect index.php to /


forse c'è da fare qualcos'altro...
: Re:default page check
: yourdream 21 Jul 2015, 23:20:31
Ci siamo quasi ora passa il test con miosito.com/

ma non lo passa con miosito.com


Bisognerebbe gestire lo slash finale in qualche modo, attualmente ho provato diversi codici ma senza risultato, manca poco...