Recherche référencement site internet

Nouveau WRInaute
Bonjour,

Je viens de finir mon site, j'ai essayé de le référencer moi même et j'ai un peu voir beaucoup de mal. Bon je n'y connais pas non plus grand chose !
[modéré OTP, hors charte WRI]

Une autre chose qui m'intrigue, on trouve mon site dans google si on tape le nom du site par contre il n'y a pas les www. qui apparaissent. Exemple : google affiche monsite.fr au lieu de http://www.monsite.fr
Comment puis régler ce problème ?

Merci d'avance pour vos réponses et propositions
 
WRInaute passionné
Il faut forcer en httaccess pour que le http:// renvoie vers le www et dans google webmaster tools vous pouvez définir la priorité pour le www.
J'ai vu que le site a été modéré. C'est dans quelle thématique?
 
Nouveau WRInaute
Bonjour;
J'ai suivi vos conseils pour le .htaccess, le problème est que quand j'insère .httaccess à la racine du site, on ne peut plus acceder au site.
Avez vous un idée du probleme ?



Firewave a dit:
Il faut forcer en httaccess pour que le http:// renvoie vers le www et dans google webmaster tools vous pouvez définir la priorité pour le www.
J'ai vu que le site a été modéré. C'est dans quelle thématique?
 
WRInaute discret
Montre ce que tu as mis dans htaccess

Mets-y ceci:

Code:
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^tonsite.com$
RewriteRule ^(.*) http://www.tonsite.com/$1 [QSA,L,R=301]
 
Nouveau WRInaute
Bonjour, j'ai essayé ce que vous m'avais indiqué, c'est idem ça ne fonctionne pas. Lorsque j'insère le fichier .htaccess j'ai ce résultat :

IISPassword
The page cannot be displayed
There is a problem with the page youare trying to reach and it cannot be displayed. It is most likely that configuration files for this url are corrupted.

Please try the following:

* Click the Refresh button, or try again later.
* Open the home page, and then look for links to the information you want.
* If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the home page.

HTTP Error 500
IISPassword for Internet Information Services » IISPassword Info





millenium a dit:
Montre ce que tu as mis dans htaccess

Mets-y ceci:

Code:
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^tonsite.com$
RewriteRule ^(.*) http://www.tonsite.com/$1 [QSA,L,R=301]
 
Nouveau WRInaute
Le problème venait de notre hebergeur, c'est réglé. Merci encore pour votre aide


morgan24 a dit:
Bonjour, j'ai essayé ce que vous m'avais indiqué, c'est idem ça ne fonctionne pas. Lorsque j'insère le fichier .htaccess j'ai ce résultat :

IISPassword
The page cannot be displayed
There is a problem with the page youare trying to reach and it cannot be displayed. It is most likely that configuration files for this url are corrupted.

Please try the following:

* Click the Refresh button, or try again later.
* Open the home page, and then look for links to the information you want.
* If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the home page.

HTTP Error 500
IISPassword for Internet Information Services » IISPassword Info





millenium a dit:
Montre ce que tu as mis dans htaccess

Mets-y ceci:

Code:
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^tonsite.com$
RewriteRule ^(.*) http://www.tonsite.com/$1 [QSA,L,R=301]
 
Discussions similaires
Haut