|
killing 1140
| |
killing 1140
| |
xgonin 709
| Posté : 30-01-2007 17:11
et avec un target="_blank" ça te mets quoi en barre d'adresse... théoriquement la cible, non ? |  Profil www
|
|
killing 1140
| |
xgonin 709
| Posté : 30-01-2007 17:32
juste c'est un peu faible...
En fait, un faisant une page index sur tes différents serveurs qui pointe sur ton serveur principal, avec le code suivant :
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="!refresh!" content="0; url=http://nouvelle.adresse.fr/dossier2/page2.html" />
<title>Redirection</title>
<meta name="robots" content="noindex,follow" />
</head>
<body>
<p><a href="http://nouvelle.adresse.fr/dossier2/page2.html" target=_blank">Redirection</a></p>
</body>
</html>
à voir... |  Profil www
|
|
xgonin 709
| Posté : 30-01-2007 17:35
ou mieux avec .htaccess, dans chaque domaine que tu as, tu crées un .htaccess avec une redirection permanente, avec le code suivant :
Redirect permanent / http://nouvelle.adresse.fr/
à voir aussi |  Profil www
|
|
killing 1140
| Posté : 30-01-2007 17:42
Je n'ai pas plusieurs serveurs.
J'ai un seul serveur avec plusieurs noms de domaines (mais tous les noms pointes sur le même serveur)
je souhaite afficher le domaine principal dans la barre d'adresse au lieu du synonyme
|  Profil
|
|
Communicateur 106
| Posté : 30-01-2007 21:23
je viens de voir ton whois donc tes 15 + 1 domaines pointent sur la m IP. donc si je tape http://www.cqp-ads.com/ je tombe sur ta page d'accueil avec flash et c qu'en cliquant entrer que je retrouve http://www.ssiap.com. déjà je trouve pas mal ça maintenant débarasse toi de la page d'accueil et tu verras que c directos http://www.ssiap.com. sinon ton .htaccess ou ton index.html ne te servira a rien puisque tes domaines n'ont pas de pack d'hébergement et c à la racine que la redirection opère. c mon avis. |  Profil
|
|
killing 1140
| Posté : 30-01-2007 21:46
Salut COmmunicateur
Merci pour ton post mais quelle page d'accueil veux-tu que je vire ?
|  Profil
|
|
Communicateur 106
| |
killing 1140
| Posté : 30-01-2007 21:54
J'ai désactivé la page HTML mais ca ne change rien
Si je tape un nom de domaine synonyme dans la barre, en bien le nom de domaine principal n'apprait pas une fois sur le site. |  Profil
|
|
killing 1140
| |
Communicateur 106
| Posté : 30-01-2007 22:31
Citation : killing
Bonjour à tous,
J'ai besoin d'aide SVP
J'ai plusieurs noms de domaine qui pointent sur un même site (domaine principal).
Je souhaite faire une redirection afin que, dans la barre (url) ne s'affiche que le nom de domaine principal.
J'ai donc opté pour un fichier .Htaccess avec le code suivant mais il semble que cela ne fonctionne pas alors je me tourne vers vous pour m'aider... merci
RewriteEngine on
RewriteCond %{HTTP_HOST} formation-incendie.fr
RewriteCond %{HTTP_HOST} securite-erp.fr
RewriteCond %{HTTP_HOST} ssiap.net
RewriteCond %{HTTP_HOST} ssiap.info
RewriteCond %{HTTP_HOST} ssiap.org
RewriteCond %{HTTP_HOST} ssiap1.com
RewriteCond %{HTTP_HOST} ssiap2.com
RewriteCond %{HTTP_HOST} ssiap3.com
RewriteCond %{HTTP_HOST} cqp-aps.com
RewriteCond %{HTTP_HOST} cqp-aps.fr
RewriteCond %{HTTP_HOST} cqp-aps.info
RewriteCond %{HTTP_HOST} cqp-aps.org
RewriteCond %{HTTP_HOST} securite-privee.fr
RewriteCond %{HTTP_HOST} expertdurisque.com
RewriteCond %{HTTP_HOST} securite-incendie.eu
RewriteCond %{HTTP_HOST} lefeu.fr
RewriteRule (.*) http://www.ssiap.com/$1 [R=301]
Message édité par : killing / 30-01-2007 16:51
si j'en crois ton hébergeur ça devrait donner ça:
RewriteEngine on
RewriteCond %{HTTP_HOST} !formation-incendie.fr
...etc
RewriteRule (.*) http://www.ssiap.com/$1 [R=301]
le point d'exclamation c pour faire beau? |  Profil
|
|
killing 1140
| Posté : 30-01-2007 22:35
J'ai déjà essayé ! ça ne fonctionne pas |  Profil
|
|
killing 1140
| Posté : 01-02-2007 17:04
VOILA CA FONCTIONNE !
mais je ne vous dirais pas comment j'ai fait
|  Profil
|
|
Aller à la page : [ 1 | 2 ] |