Redirection avec .htaccess HELP PLEASE

Bonjour,

je voudrais faire une redirection de mon site http://monDomaine.org/monWebsite/index.php vers http://www.monDomaine.org/monWebsite/index.php

j'ai essayer de comprend via des recherches sur le net et sur ds forums mais j'ai du mal a comprendre et a mettre en place ma redirection.

je me suis arrêté a cette dernière manipulation sans résultat..

RewriteEngine on
Rewritecond %{HTTP_HOST} ^http://www.monDomaine.org/monWebsite$
Rewriterule ^(.*) http://www.monDomaine.org/monWebsite [L,R=301]


Pouvez vous m'aider?

merci d'avance et reste a votre disposition pour toutes informations..

2 réponses

  1. Bonjour tout le monde..

    Personne a eu mon problème? :(
    0
    1. En attendant une réponse j'ai continué a chercher et tester.
      j'ai trouvé une solution enfin je crois.. ^^

      RedirectPermanent http://monDomaine.org/monWebsite/index.php http://www.monDomaine.org/monDomaine/index.php</code>
      

      cela marche sur IE que ce soit avec les WWW ou sans..
      cependant avec FIREFOX cela ne marche pas en tapant http://monDomaine.org/monWebsite/index.php.. en revanche j'arrive a accéder a on espace en tapant directement http://www.monDomaine.org/monDomaine/index.php

      donc ma solution n'est pas concluante...

      si quelqu'un pouvais m'aider sur ce détails..
      0