Jump to content

problème redirection .htaccess


Recommended Posts

Bizarrement les seo checker me disent encore que ma redirection www n'est pas bien faite..

 

voilà le .htaccess

 

SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0

<IfModule mod_rewrite.c>
# URL rewriting module activation
RewriteEngine on

RewriteCond %{HTTP_HOST} ^jeveuxmescheveux.fr$
RewriteRule ^(.*) http://www.jeveuxmescheveux.fr/$1 [QSA,L,R=301]

RewriteCond %{HTTP_HOST} ^jeveuxmescheveux.com$
RewriteRule ^(.*) http://www.jeveuxmescheveux.fr/$1 [QSA,L,R=301]

RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* – [F,L]

 

quelque chose que j'aurais mal fait ?

 

(prestashop 1.56)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...