horusse Posted January 26, 2013 Share Posted January 26, 2013 Bonjour, voila je souhaite modifier mon fichier htaccess pour pouvoir rediriger la page sans www. sur la page avec www. par une redirection 301 j ai chercher les codes mais je ne trouve pas ou ne suis pas sur de comment les mettre dans le fichier ou encore si c les bons, je ne veux pas faire d erreurs pourriez vous m aider ? merci Herve Link to comment Share on other sites More sharing options...
El Patron Posted January 26, 2013 Share Posted January 26, 2013 <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> Salut, en utilisant Google Translate. Placer dans le haut de votre fichier. Htaccess. Vous pouvez aussi le faire en 1.4 à partir de back-office: Outils-->Générateurs http://screencast.com/t/mfIZ8Z6Dj Dans la version 1.5, nous avons pour ce module. http://www.etiendas.co/en/42-prestashop-15-customize-htaccess.html Link to comment Share on other sites More sharing options...
horusse Posted January 26, 2013 Author Share Posted January 26, 2013 Bonjour, donc si je comprend bien j'ai juste a mettre le code ci-dessous : <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> dans le back office et ca me permet et la redirection et d'utiliser les url simplifier ? Link to comment Share on other sites More sharing options...
be_tnt Posted January 26, 2013 Share Posted January 26, 2013 hello! Ceci est la redirection 301 du nom de domaine sans www vers celui avec www. Pour les URLs simplifiés, tu dois l'activer dans ton back office. Link to comment Share on other sites More sharing options...
horusse Posted January 26, 2013 Author Share Posted January 26, 2013 ok merci Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now