Back to top

Autore Topic: vari problemi SEO  (Letto 3356 volte)

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
vari problemi SEO
« il: 18 Giu 2010, 10:56:16 »
ho diversi malfunzionamenti e dubbi...  :D

1) il mio sito è raggiungibile sia da http://mionome.it/  sia da http://www.mionome.it/
come posso fare per cancelllare il primo?

2) ho iniziato con un dominio di 3 grado giusto per provare (giaprovatok.altervista.org) poi mi sono trovato bene con il servizio offerto e ho deciso di comprare un dominio de 2 grado (cohorte.it), aquistando il secondo questo è andato a sostituire il primo quasi completamente.

ora io voglio eliminare i residui del dominio giaprovatok, ad esempio in mio nick in altervista è giaprovatok ma io voglio che sia cohorte

oggi, poi, ho attivato il servizio alias mail ma questo mi ha creato una mai del tipo giaprovatok @ altervista. org ma come ho già detto non me ne faccio nulla con giaprovatok.

penso che questi due punti mi penalizzino molto  sel SEO. avete qualche idea per risolvere?

Offline carlodamo

  • Global Moderator
  • Instancabile
  • ********
  • Post: 3817
  • Sesso: Maschio
    • Mostra profilo
Re:vari problemi SEO
« Risposta #1 il: 18 Giu 2010, 11:45:44 »
secondo me devi risolvere col tuo hosting... non c'entra joomla....

comunque il fatto del senza www e con www non sussiste nel senso che ti converrebbe lasciare cosi, i motori leggono come se fosse unico...

ciao
Evisole Web agency a Vicenza

Offline TheThunder

  • Nuovo arrivato
  • *
  • Post: 17
  • Sesso: Maschio
    • Mostra profilo
Re:vari problemi SEO
« Risposta #2 il: 18 Giu 2010, 11:49:29 »
Crea una rewriterule in .htaccess che ti mandi da miosito.it a www.miosito.it (http://forum.joomla.it/index.php/topic,105526.0.html), poi in google webmaster --> Configurazione sito --> Dominio preferito metti "Visualizza URL come  www.miosito.it"

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
Re:vari problemi SEO
« Risposta #3 il: 18 Giu 2010, 13:08:18 »
Crea una rewriterule in .htaccess che ti mandi da miosito.it a www.miosito.it (http://forum.joomla.it/index.php/topic,105526.0.html), poi in google webmaster --> Configurazione sito --> Dominio preferito metti "Visualizza URL come  www.miosito.it"

come creo il file .htaccess? dopo averlo creato dove lo metto?
oppure c'è già e devo solo modificarlo? se si,dov'è?

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
Re:vari problemi SEO
« Risposta #4 il: 18 Giu 2010, 18:06:21 »
ho creato e uplodato il .htaccess con questo codice:
Codice: [Seleziona]
RewriteCond %{HTTP_HOST} !^www\.nomesito\.it [NC]
RewriteRule ^(.*)$ http://www.nomesito.it/$1 [L,R=301]
ma non mi ha funzionato...
poi cercando con google ho provato
Codice: [Seleziona]
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^Cohorte\.it [NC]
RewriteRule ^(.*)$ http://www.Cohorte.it/$1 [L,R=301]

ora però quando scrivo miosito.it/administration per usare joomla mi viene fuori
Citazione
Errore 404 :(

La pagina http://www.miosito.it/administration non è presente, questo può dipendere dal fatto che:

  # La pagina non esiste più.
  # Il link che hai seguito non è valido.
  # La pagina è stata spostata.

Fai attenzione alle MAIUSCOLE e MINUSCOLE, ricorda che http://sito.altervista.org/Pagina.html è diverso da http://sito.altervista.org/pagina.html

http://www.altervista.org
anche cancellando il .htaccess la cosa non cambia....
AIUTO!  :(

Offline TheThunder

  • Nuovo arrivato
  • *
  • Post: 17
  • Sesso: Maschio
    • Mostra profilo
Re:vari problemi SEO
« Risposta #5 il: 18 Giu 2010, 19:50:35 »

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
Re:vari problemi SEO
« Risposta #6 il: 18 Giu 2010, 22:01:58 »
http://www.giaprovatok.altervista.org/administrator/  ;D
grazie e scusami della banalità.
però ancora il .htaccess non sono riuscito a farlo
potresti scrivermi il codice esatto perfavore?

Offline TheThunder

  • Nuovo arrivato
  • *
  • Post: 17
  • Sesso: Maschio
    • Mostra profilo
Re:vari problemi SEO
« Risposta #7 il: 18 Giu 2010, 22:17:27 »
Codice: [Seleziona]
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.cohorte\.it [NC]
RewriteRule ^(.*)$ http://www.cohorte.it/$1 [L,R=301]

Chiedi però al tuo provider quali opzioni del .htaccess puoi utilizzare

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
Re:vari problemi SEO
« Risposta #8 il: 19 Giu 2010, 00:26:40 »
Codice: [Seleziona]
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.cohorte\.it [NC]
RewriteRule ^(.*)$ http://www.cohorte.it/$1 [L,R=301]

Chiedi però al tuo provider quali opzioni del .htaccess puoi utilizzare
sono per caso scritte nel file htaccess.txt ?
eccolo:
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

Altra cosa, nel .htaccess posso anche reindirizzare www.giaprovatok.altervista.org a www. cohorte.it ?
che codice bisogna inserirein aggiunta a quello che mi hai appena scritto?
per imparare il linguaggio di .htaccess ci sono delle guide? è un codice a parte (intendo distinto dal php, java e altri)?

Offline TheThunder

  • Nuovo arrivato
  • *
  • Post: 17
  • Sesso: Maschio
    • Mostra profilo
Re:vari problemi SEO
« Risposta #9 il: 19 Giu 2010, 10:44:31 »
Il file .htaccess usa un linguaggio suo; qua trovi il tutorial in inglese: http://httpd.apache.org/docs/2.1/howto/htaccess.html

Il codice scritto fa si che ogni indirizzo che non inizi in quel modo (www.cohorte.it), rimandi al sito indicato nella RewriteRule.

Offline meneit

  • Nuovo arrivato
  • *
  • Post: 15
  • Cohorte.it
    • Mostra profilo
Re:vari problemi SEO
« Risposta #10 il: 19 Giu 2010, 12:35:16 »
problema:
io invio il file .htaccess ma altervista lo rinomina in _htaccess

per questo non mi funziona... come mai?


edit, utilizzando un ftp cono riuscito a caricarlo correttamente
« Ultima modifica: 19 Giu 2010, 14:04:32 da meneit »

 



Web Design Bolzano Kreatif